We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d55a804 + 32d08a1 commit 4eb239bCopy full SHA for 4eb239b
Dockerfile
@@ -27,7 +27,7 @@ RUN cd /tmp/gomtree && \
27
go install ./cmd/gomtree
28
29
## CI: Pull the test image in a separate build stage.
30
-FROM quay.io/skopeo/stable:v1.20 AS test-image
+FROM quay.io/skopeo/stable:v1.21 AS test-image
31
ENV SOURCE_IMAGE=/image SOURCE_TAG=latest
32
ARG TEST_DOCKER_IMAGE=registry.opensuse.org/opensuse/tumbleweed:latest
33
RUN skopeo copy docker://$TEST_DOCKER_IMAGE oci:$SOURCE_IMAGE:$SOURCE_TAG
0 commit comments