-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inspect builder logs stack, run images, buildpacks, and detection ord…
…er groups - Write buildpack and group metadata during create builder on the metadata label [buildpacks/roadmap#22] Signed-off-by: Danny Joyce <[email protected]>
- Loading branch information
Danny Joyce
committed
Mar 15, 2019
1 parent
9489860
commit 157efb8
Showing
10 changed files
with
415 additions
and
94 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
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,45 @@ | ||
Inspecting builder: %s | ||
|
||
Remote | ||
------ | ||
|
||
Stack: some.test.stack | ||
|
||
Run Images: | ||
some-registry.com/some/run1 (user-configured) | ||
some/run1 | ||
gcr.io/some/run1 | ||
|
||
Buildpacks: | ||
ID VERSION LATEST | ||
test.bp.one 0.0.1 false | ||
test.bp.two 0.0.2 true | ||
|
||
Detection Order: | ||
Group #1: | ||
[email protected] | ||
[email protected] | ||
Group #2: | ||
[email protected] | ||
|
||
Local | ||
----- | ||
|
||
Stack: some.test.stack | ||
|
||
Run Images: | ||
some-registry.com/some/run1 (user-configured) | ||
some/run1 | ||
gcr.io/some/run2 | ||
|
||
Buildpacks: | ||
ID VERSION LATEST | ||
test.bp.one 0.0.1 false | ||
test.bp.two 0.0.2 true | ||
|
||
Detection Order: | ||
Group #1: | ||
[email protected] | ||
[email protected] | ||
Group #2: | ||
[email protected] |
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
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
Oops, something went wrong.