Skip to content

Commit

Permalink
Integration test for base image specifying sha
Browse files Browse the repository at this point in the history
  • Loading branch information
Priya Wadhwa committed Apr 27, 2018
1 parent 3575e0d commit e9c1e1d
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 e9c1e1d

Please sign in to comment.