Skip to content

Commit

Permalink
Try a multi-stage build
Browse files Browse the repository at this point in the history
in GoogleContainerTools#245 (comment)
@MnrGreg describes a multi-stage buld failing in the same way. Maybe this can be
reproduced in CI?
  • Loading branch information
JensGutermuth committed Aug 3, 2018
1 parent 94456c8 commit bb61708
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration/dockerfiles/Dockerfile_test_reproduce_issue_245
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
FROM busybox

RUN sleep 600

FROM debian:stable-slim

RUN echo "second stage is working"

0 comments on commit bb61708

Please sign in to comment.