We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b71b24 commit 9347b30Copy full SHA for 9347b30
integration/testdata/blob-unknown/Dockerfile
@@ -1,3 +1,7 @@
1
FROM alpine:latest
2
3
+# This will produce an empty layer via Docker. It will allow us to test for a
4
+# conflicting empty layer produced by Kaniko. This is to check against the
5
+# BLOB_UNKNOWN error when trying to upload the built image to a registry and
6
+# Kaniko having overwritten this blob with its own.
7
WORKDIR /home
0 commit comments