forked from buildpacks/pack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Builder struct can now create new builder images
- Add create builder to client - Create builder uses the refactored builder to construct a new builder image - Inspect builder uses the refactored builder to get builder info Signed-off-by: Danny Joyce <djoyce@pivotal.io> Signed-off-by: Emily Casey <ecasey@pivotal.io>
- Loading branch information
Showing
55 changed files
with
1,644 additions
and
1,260 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
9 changes: 6 additions & 3 deletions
9
acceptance/testdata/mock_buildpacks/noop-buildpack/buildpack.toml
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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
[buildpack] | ||
id = "noop.buildpack" | ||
version = "noop.buildpack.version" | ||
name = "NOOP Buildpack" | ||
id = "noop.buildpack" | ||
version = "noop.buildpack.version" | ||
name = "NOOP Buildpack" | ||
|
||
[[stacks]] | ||
id = "pack.test.stack" |
9 changes: 6 additions & 3 deletions
9
acceptance/testdata/mock_buildpacks/not-in-builder-buildpack/buildpack.toml
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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
[buildpack] | ||
id = "local/bp" | ||
version = "local-bp-version" | ||
name = "Not in Builder Buildpack" | ||
id = "local/bp" | ||
version = "local-bp-version" | ||
name = "Not in Builder Buildpack" | ||
|
||
[[stacks]] | ||
id = "pack.test.stack" |
9 changes: 6 additions & 3 deletions
9
acceptance/testdata/mock_buildpacks/read-env-buildpack/buildpack.toml
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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
[buildpack] | ||
id = "read/env" | ||
version = "read-env-version" | ||
name = "Buildpack Reads Env" | ||
id = "read/env" | ||
version = "read-env-version" | ||
name = "Buildpack Reads Env" | ||
|
||
[[stacks]] | ||
id = "pack.test.stack" |
9 changes: 6 additions & 3 deletions
9
acceptance/testdata/mock_buildpacks/simple-layers-buildpack/buildpack.toml
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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
[buildpack] | ||
id = "simple/layers" | ||
version = "simple-layers-version" | ||
name = "Simple Layers Buildpack" | ||
id = "simple/layers" | ||
version = "simple-layers-version" | ||
name = "Simple Layers Buildpack" | ||
|
||
[[stacks]] | ||
id = "pack.test.stack" |
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.