Skip to content

Commit 1dbbc53

Browse files
authored
Merge pull request #2258 from ceph/update-sync-images
sync-images: sync nginx images
2 parents 9dae04f + 4edc992 commit 1dbbc53

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

sync-images/build/build

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ WORKDIR=$(mktemp -td tox.XXXXXXXXXX)
66

77
cat << EOF > ./sync.yml
88
docker.io:
9-
images-by-tag-regex:
10-
grafana/grafana: ^(9\.?|[0-9]{2,}\.?)([0-9]*\.?){1,}$
9+
images-by-semver:
10+
nginx: ">= 1.26.0"
11+
grafana/grafana: ">= 9.0.0"
1112
EOF
12-
13+
# make sure we pull the last stable image
14+
podman pull quay.io/skopeo/stable
1315
podman run --rm --security-opt label=disable -v ./sync.yml:/sync.yml:ro quay.io/skopeo/stable sync --src yaml --dest docker /sync.yml "${DEST_REGISTRY}" --dest-username "${DEST_USERNAME}" --dest-password "${DEST_PASSWORD}"

0 commit comments

Comments
 (0)