Skip to content

Commit

Permalink
fully qualify images in dockerfile test für GoogleContainerTools#245
Browse files Browse the repository at this point in the history
  • Loading branch information
JensGutermuth committed Aug 7, 2018
1 parent 3b5dc7d commit 6b24e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/dockerfiles/Dockerfile_test_reproduce_issue_245
@@ -1,7 +1,7 @@
FROM busybox
FROM busybox@sha256:1bd6df27274fef1dd36eb529d0f4c8033f61c675d6b04213dd913f902f7cafb5

RUN sleep 600

FROM debian:stable-slim
FROM gcr.io/google-appengine/debian9@sha256:1d6a9a6d106bd795098f60f4abb7083626354fa6735e81743c7f8cfca11259f0

RUN echo "second stage is working"

0 comments on commit 6b24e64

Please sign in to comment.