We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a54c8 commit 2c84432Copy full SHA for 2c84432
test/e2e/Dockerfile
@@ -26,7 +26,7 @@ RUN chmod +x /usr/bin/kubectl
26
COPY --from=builder /go/bin/ginkgo /usr/local/bin/ginkgo
27
28
# copy CLM
29
-COPY --from=container-registry-test.zalando.net/teapot/cluster-lifecycle-manager:pr-744-3 /clm /usr/bin/clm
+COPY --from=container-registry-test.zalando.net/teapot/cluster-lifecycle-manager:pr-744-5 /clm /usr/bin/clm
30
COPY --from=container-registry.zalando.net/teapot/aws-account-creator:latest /aws-account-creator /usr/bin/aws-account-creator
31
32
ADD . /workdir
0 commit comments