-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/test-lifecycle-orchastration
Signed-off-by: Aidan Delaney <[email protected]>
- Loading branch information
Showing
8 changed files
with
306 additions
and
337 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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
- name: Install pack | ||
uses: buildpacks/github-actions/[email protected] | ||
with: | ||
pack-version: '0.31.0' | ||
pack-version: '0.36.0' | ||
- name: Test | ||
run: make test | ||
env: | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ pack buildpack new examples/node-js \ | |
--api 0.10 \ | ||
--path node-js-buildpack \ | ||
--version 0.0.1 \ | ||
--stacks io.buildpacks.samples.stacks.noble | ||
--targets "linux/amd64" | ||
``` | ||
<!--+- "{{execute}}"+--> | ||
This command will create `node-js-buildpack` directory which contains `buildpack.toml`, `bin/build`, `bin/detect` files. | ||
|
@@ -34,7 +34,6 @@ This command will create `node-js-buildpack` directory which contains `buildpack | |
- `-a, --api` Buildpack API compatibility of the generated buildpack | ||
- `-h, --help` Help for 'new' | ||
- `--path` the location on the filesystem to generate the artifacts | ||
- `--stacks` Stacks (deprecated) the buildpack will work with | ||
- `-V, --version` the version of the buildpack in buildpack.toml | ||
|
||
|
||
|
@@ -55,11 +54,7 @@ api = "0.10" | |
# Targets the buildpack will work with | ||
[[targets]] | ||
os = "linux" | ||
|
||
# Stacks (deprecated) the buildpack will work with | ||
[[stacks]] | ||
id = "io.buildpacks.samples.stacks.noble" | ||
|
||
architecture = "amd64" | ||
``` | ||
|
||
The buildpack ID is the way you will reference the buildpack when you create buildpack groups, builders, etc. | ||
|
@@ -130,9 +125,9 @@ After running the command, you should see that it failed to detect, as the `dete | |
``` | ||
===> DETECTING | ||
... | ||
err: examples/[email protected] (1) | ||
ERROR: No buildpack groups passed detection. | ||
ERROR: failed to detect: buildpack(s) failed with err | ||
[detector] err: examples/[email protected] (1) | ||
[detector] ERROR: No buildpack groups passed detection. | ||
[detector] ERROR: failed to detect: buildpack(s) failed with err | ||
ERROR: failed to build: executing lifecycle: failed with status code: 21 | ||
``` | ||
|
||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.