-
Notifications
You must be signed in to change notification settings - Fork 543
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove whiteout file in testdata (#310)
Fixes #305
- Loading branch information
1 parent
17999b0
commit 1b04aba
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.