Skip to content

Commit

Permalink
Remove whiteout file in testdata (#310)
Browse files Browse the repository at this point in the history
Fixes #305
  • Loading branch information
jonjohnsonjr authored Nov 30, 2018
1 parent 17999b0 commit 1b04aba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkg/v1/mutate/testdata/README.md
Original file line number Diff line number Diff line change
@@ -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
```
Empty file.

0 comments on commit 1b04aba

Please sign in to comment.