summaryrefslogtreecommitdiffstats
path: root/pkg/v1/mutate/testdata/README.md
blob: a35d43328fa6d5c550e8c2f51337fdc3967f3520 (plain)
1
2
3
4
5
6
7
8
9
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
```