...

Text file src/github.com/google/go-containerregistry/pkg/v1/mutate/testdata/README.md

Documentation: github.com/google/go-containerregistry/pkg/v1/mutate/testdata

     1# whiteout\_image.tar
     2
     3Including whiteout files in our source caused [issues](https://github.com/google/go-containerregistry/issues/305)
     4when cloning this repo inside a docker build. Removing the whiteout file from
     5this test data doesn't break anything (since we checked in the tar), but if you
     6want to rebuild it for some reason:
     7
     8```
     9touch whiteout/.wh.foo.txt
    10```

View as plain text