-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Priya Wadhwa
committed
Mar 15, 2018
1 parent
21a9207
commit 140d49d
Showing
4 changed files
with
38 additions
and
7 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,12 @@ | ||
FROM gcr.io/distroless/base | ||
COPY context/foo foo | ||
COPY context/foo /foodir/ | ||
COPY context/bar/b* bar/ | ||
COPY context/fo? /foo2 | ||
COPY context/bar/doesnotexist* context/foo hello | ||
COPY ./context/empty /empty | ||
COPY ./ dir/ | ||
COPY . newdir | ||
COPY context/bar /baz/ | ||
COPY ["context/foo", "/tmp/foo" ] | ||
COPY context/b* /baz/ |
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,12 @@ | ||
[ | ||
{ | ||
"Image1": "gcr.io/kbuild-test/docker-test-copy:latest", | ||
"Image2": "gcr.io/kbuild-test/kbuild-test-copy:latest", | ||
"DiffType": "File", | ||
"Diff": { | ||
"Adds": null, | ||
"Dels": null, | ||
"Mods": null | ||
} | ||
} | ||
] |
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
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