-
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.
Merge pull request #1119 from samj1912/name
Add buildpack name to buildpack and builder metadata Signed-off-by: David Freilich <[email protected]>
- Loading branch information
Showing
28 changed files
with
856 additions
and
79 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
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
93 changes: 93 additions & 0 deletions
93
acceptance/testdata/pack_fixtures/inspect_0.18.0_builder_nested_depth_2_output.txt
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,93 @@ | ||
Inspecting builder: '{{.builder_name}}' | ||
|
||
REMOTE: | ||
|
||
Created By: | ||
Name: Pack CLI | ||
Version: {{.pack_version}} | ||
|
||
Trusted: {{.trusted}} | ||
|
||
Stack: | ||
ID: pack.test.stack | ||
Mixins: | ||
mixinA | ||
netcat | ||
mixin3 | ||
build:mixinTwo | ||
|
||
Lifecycle: | ||
Version: {{.lifecycle_version}} | ||
Buildpack APIs: | ||
Deprecated: {{ .deprecated_buildpack_apis }} | ||
Supported: {{ .supported_buildpack_apis }} | ||
Platform APIs: | ||
Deprecated: {{ .deprecated_platform_apis }} | ||
Supported: {{ .supported_platform_apis }} | ||
|
||
Run Images: | ||
some-registry.com/pack-test/run1 (user-configured) | ||
pack-test/run | ||
{{.run_image_mirror}} | ||
|
||
Buildpacks: | ||
ID NAME VERSION HOMEPAGE | ||
noop.buildpack - noop.buildpack.later-version http://geocities.com/cool-bp | ||
noop.buildpack - noop.buildpack.version - | ||
read/env - read-env-version - | ||
simple/layers - simple-layers-version - | ||
simple/nested-level-1 - nested-l1-version - | ||
simple/nested-level-2 - nested-l2-version - | ||
|
||
Detection Order: | ||
└ Group #1: | ||
├ simple/nested-level-1 | ||
│ └ Group #1: | ||
│ └ simple/nested-level-2@nested-l2-version | ||
└ read/env@read-env-version (optional) | ||
|
||
LOCAL: | ||
|
||
Created By: | ||
Name: Pack CLI | ||
Version: {{.pack_version}} | ||
|
||
Trusted: {{.trusted}} | ||
|
||
Stack: | ||
ID: pack.test.stack | ||
Mixins: | ||
mixinA | ||
netcat | ||
mixin3 | ||
build:mixinTwo | ||
|
||
Lifecycle: | ||
Version: {{.lifecycle_version}} | ||
Buildpack APIs: | ||
Deprecated: {{ .deprecated_buildpack_apis }} | ||
Supported: {{ .supported_buildpack_apis }} | ||
Platform APIs: | ||
Deprecated: {{ .deprecated_platform_apis }} | ||
Supported: {{ .supported_platform_apis }} | ||
|
||
Run Images: | ||
some-registry.com/pack-test/run1 (user-configured) | ||
pack-test/run | ||
{{.run_image_mirror}} | ||
|
||
Buildpacks: | ||
ID NAME VERSION HOMEPAGE | ||
noop.buildpack - noop.buildpack.later-version http://geocities.com/cool-bp | ||
noop.buildpack - noop.buildpack.version - | ||
read/env - read-env-version - | ||
simple/layers - simple-layers-version - | ||
simple/nested-level-1 - nested-l1-version - | ||
simple/nested-level-2 - nested-l2-version - | ||
|
||
Detection Order: | ||
└ Group #1: | ||
├ simple/nested-level-1 | ||
│ └ Group #1: | ||
│ └ simple/nested-level-2@nested-l2-version | ||
└ read/env@read-env-version (optional) |
97 changes: 97 additions & 0 deletions
97
acceptance/testdata/pack_fixtures/inspect_0.18.0_builder_nested_output.txt
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,97 @@ | ||
Inspecting builder: '{{.builder_name}}' | ||
|
||
REMOTE: | ||
|
||
Created By: | ||
Name: Pack CLI | ||
Version: {{.pack_version}} | ||
|
||
Trusted: {{.trusted}} | ||
|
||
Stack: | ||
ID: pack.test.stack | ||
Mixins: | ||
mixinA | ||
netcat | ||
mixin3 | ||
build:mixinTwo | ||
|
||
Lifecycle: | ||
Version: {{.lifecycle_version}} | ||
Buildpack APIs: | ||
Deprecated: {{ .deprecated_buildpack_apis }} | ||
Supported: {{ .supported_buildpack_apis }} | ||
Platform APIs: | ||
Deprecated: {{ .deprecated_platform_apis }} | ||
Supported: {{ .supported_platform_apis }} | ||
|
||
Run Images: | ||
some-registry.com/pack-test/run1 (user-configured) | ||
pack-test/run | ||
{{.run_image_mirror}} | ||
|
||
Buildpacks: | ||
ID NAME VERSION HOMEPAGE | ||
noop.buildpack - noop.buildpack.later-version http://geocities.com/cool-bp | ||
noop.buildpack - noop.buildpack.version - | ||
read/env - read-env-version - | ||
simple/layers - simple-layers-version - | ||
simple/nested-level-1 - nested-l1-version - | ||
simple/nested-level-2 - nested-l2-version - | ||
|
||
Detection Order: | ||
└ Group #1: | ||
├ simple/nested-level-1 | ||
│ └ Group #1: | ||
│ └ simple/nested-level-2@nested-l2-version | ||
│ └ Group #1: | ||
│ └ simple/layers@simple-layers-version | ||
└ read/env@read-env-version (optional) | ||
|
||
LOCAL: | ||
|
||
Created By: | ||
Name: Pack CLI | ||
Version: {{.pack_version}} | ||
|
||
Trusted: {{.trusted}} | ||
|
||
Stack: | ||
ID: pack.test.stack | ||
Mixins: | ||
mixinA | ||
netcat | ||
mixin3 | ||
build:mixinTwo | ||
|
||
Lifecycle: | ||
Version: {{.lifecycle_version}} | ||
Buildpack APIs: | ||
Deprecated: {{ .deprecated_buildpack_apis }} | ||
Supported: {{ .supported_buildpack_apis }} | ||
Platform APIs: | ||
Deprecated: {{ .deprecated_platform_apis }} | ||
Supported: {{ .supported_platform_apis }} | ||
|
||
Run Images: | ||
some-registry.com/pack-test/run1 (user-configured) | ||
pack-test/run | ||
{{.run_image_mirror}} | ||
|
||
Buildpacks: | ||
ID NAME VERSION HOMEPAGE | ||
noop.buildpack - noop.buildpack.later-version http://geocities.com/cool-bp | ||
noop.buildpack - noop.buildpack.version - | ||
read/env - read-env-version - | ||
simple/layers - simple-layers-version - | ||
simple/nested-level-1 - nested-l1-version - | ||
simple/nested-level-2 - nested-l2-version - | ||
|
||
Detection Order: | ||
└ Group #1: | ||
├ simple/nested-level-1 | ||
│ └ Group #1: | ||
│ └ simple/nested-level-2@nested-l2-version | ||
│ └ Group #1: | ||
│ └ simple/layers@simple-layers-version | ||
└ read/env@read-env-version (optional) |
Oops, something went wrong.