summaryrefslogtreecommitdiffstats
path: root/pkg/v1/mutate/testdata/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/v1/mutate/testdata/README.md')
-rw-r--r--pkg/v1/mutate/testdata/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkg/v1/mutate/testdata/README.md b/pkg/v1/mutate/testdata/README.md
new file mode 100644
index 0000000..a35d433
--- /dev/null
+++ b/pkg/v1/mutate/testdata/README.md
@@ -0,0 +1,10 @@
+# whiteout\_image.tar
+
+Including whiteout files in our source caused [issues](https://github.com/google/go-containerregistry/issues/305)
+when cloning this repo inside a docker build. Removing the whiteout file from
+this test data doesn't break anything (since we checked in the tar), but if you
+want to rebuild it for some reason:
+
+```
+touch whiteout/.wh.foo.txt
+```