remove registry name from dockerfile
Rename dockerfile Revert registry name change
This commit is contained in:
parent
f721212ded
commit
2a4cb90ea1
|
|
@ -15,6 +15,6 @@
|
|||
# Test to make sure the executor builds an image correctly
|
||||
# when no files are changed
|
||||
|
||||
FROM gcr.io/google-appengine/debian9@sha256:1d6a9a6d106bd795098f60f4abb7083626354fa6735e81743c7f8cfca11259f0
|
||||
FROM google-appengine/debian9@sha256:1d6a9a6d106bd795098f60f4abb7083626354fa6735e81743c7f8cfca11259f0
|
||||
RUN echo "hey"
|
||||
MAINTAINER kaniko
|
||||
Loading…
Reference in New Issue