File: README.md

package info (click to toggle)
go-containerregistry 0.20.1%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,700 kB
  • sloc: sh: 183; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 367 bytes parent folder | download | duplicates (2)
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
```