Skip to content

Commit 5517405

Browse files
authored
migrate: docker image location on GHCR only (#4054)
doc: delete reference to registry.opensource.zalan.do/teapot/skipper Please everyone migrate to ghcr.io/zalando/skipper Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>
1 parent b0555ec commit 5517405

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.26
1+
v0.27

delivery.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ pipeline:
3030
cmd: |
3131
set -eo pipefail
3232
33-
IMAGE_REGISTRY="registry-write.opensource.zalan.do"
3433
MULTIARCH_REGISTRY="container-registry-test.zalando.net"
3534
3635
if [[ $CDP_TARGET_BRANCH == master && ! $CDP_PULL_REQUEST_NUMBER ]]; then
@@ -43,10 +42,8 @@ pipeline:
4342
RELEASE_VERSION=${VERSION_PART}.${NEW_PATCH}
4443
export VERSION="${RELEASE_VERSION}"
4544
46-
IMAGE="${IMAGE_REGISTRY}/teapot/skipper:${RELEASE_VERSION}"
4745
MULTIARCH_IMAGE="${MULTIARCH_REGISTRY}/teapot/skipper:${RELEASE_VERSION}"
4846
else
49-
IMAGE="${IMAGE_REGISTRY}/teapot/skipper-test:${CDP_BUILD_VERSION}"
5047
MULTIARCH_IMAGE="${MULTIARCH_REGISTRY}/teapot/skipper-test:${CDP_BUILD_VERSION}"
5148
fi
5249
export IMAGE MULTIARCH_IMAGE
@@ -67,8 +64,6 @@ pipeline:
6764
make docker.build.amd64 && git status && git diff && make docker.push.amd64 && make docker.push.multiarch
6865
6966
if [[ $CDP_TARGET_BRANCH == master && ! $CDP_PULL_REQUEST_NUMBER ]]; then
70-
echo "Created docker image registry.opensource.zalan.do/teapot/skipper:${RELEASE_VERSION}"
71-
7267
cdp-promote-image "${MULTIARCH_IMAGE}"
7368
echo "Created multi-arch docker image container-registry.zalando.net/teapot/skipper:${RELEASE_VERSION}"
7469
@@ -86,11 +81,6 @@ pipeline:
8681
echo -e '```' >>$tf
8782
echo -e "docker run -it ghcr.io/zalando/skipper:${RELEASE_VERSION} skipper --help" >>$tf
8883
echo -e '```' >>$tf
89-
echo -e "\n### Docker image\n" >>$tf
90-
echo -e "Docker image is available in Zalando's Open Source registry:\n" >>$tf
91-
echo -e '```' >>$tf
92-
echo -e "docker run -it registry.opensource.zalan.do/teapot/skipper:${RELEASE_VERSION} skipper --help" >>$tf
93-
echo -e '```' >>$tf
9484
echo "################################"
9585
cat $tf
9686
echo "################################"

0 commit comments

Comments
 (0)