-
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.
Environment variables should be replaced in URLs in ADD commands.
We were previously explicitly skipping this for some reason, but Docker seems to expand these in URLs so we should too.
- Loading branch information
Showing
5 changed files
with
63 additions
and
6 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 @@ | ||
{"Command: RUN dotnet --help":133811400,"Extracting file":18158776100,"FS Unpacking":20909391300,"Fetching Extra Stages":12600,"Getting layers":3335500,"Hashing files":2472723700,"Initial FS snapshot":3706154200,"Retrieving Source Image":615160000,"Snapshotting FS":3568783100,"Total Build Time":28954788900,"Total Push Time":3842860800,"Walking filesystem":298680300,"Writing tar file":3745100,"creating directory":375701200,"creating file":669662900,"creating link":7357600,"creating symlink":137871900,"extract":16451137600,"fixing mtimes":418327800,"prepping to extract":2154366100} |
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,2 @@ | ||
FROM gcr.io/dlorenc-vmtest2/dotnet2_app_builder | ||
RUN dotnet --help |
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
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