-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dockerfiles phase 1 (generate changes)
Generate changes to support Dockerfiles feature Signed-off-by: Natalie Arellano <narellano@vmware.com>
- Loading branch information
1 parent
d2eaa38
commit 6757d25
Showing
81 changed files
with
3,261 additions
and
2,331 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
5 changes: 5 additions & 0 deletions
5
acceptance/testdata/detector/container/cnb/buildpacks/bad_api/bad_api_version/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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
api = "0.1" | ||
[buildpack] | ||
id = "bad_api" | ||
version = "bad_api_version" | ||
name = "Bad API Buildpack" |
1 change: 1 addition & 0 deletions
1
...etector/container/cnb/extensions/simple_extension/simple_extension_version/run.Dockerfile
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 @@ | ||
FROM some-run-image-from-extension |
5 changes: 5 additions & 0 deletions
5
acceptance/testdata/detector/container/cnb/orders/bad_api.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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[[order]] | ||
|
||
[[order.group]] | ||
id = "bad_api" | ||
version = "bad_api_version" |
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.