Skip to content

Commit

Permalink
Merge pull request #157 from priyawadhwa/sha-from
Browse files Browse the repository at this point in the history
Integration test for base image specifying sha
  • Loading branch information
priyawadhwa authored Apr 27, 2018
2 parents 3575e0d + e9c1e1d commit fb605ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/dockerfiles/Dockerfile_test_workdir
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/google-appengine/debian9:latest
FROM gcr.io/google-appengine/debian9@sha256:6b3aa04751aa2ac3b0c7be4ee71148b66d693ad212ce6d3244bd2a2a147f314a
COPY context/foo foo
WORKDIR /test
# Test that this will be appended on to the previous command, to create /test/workdir
Expand Down

0 comments on commit fb605ed

Please sign in to comment.