Skip to content

Commit

Permalink
Create stack-30-aug-2024.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoulliard authored Aug 30, 2024
1 parent 8c62eca commit 6664b5d
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions reports/stack-30-aug-2024.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Test case: Build the ubi base stack image
Name: default
Config Dir: stack
Output Dir: build
Build Image: build
Run Image: run
Build Receipt Filename: build-receipt.cyclonedx.json
Run Receipt Filename: run-receipt.cyclonedx.json
----
jam create-stack "--config ./stack/stack.toml --build-output ./stack/build/build.oci --run-output ./stack/build/run.oci"
Building io.buildpacks.stacks.ubi8
Building on linux/amd64
Building base images
Error: build failed:

building at STEP "RUN mkdir -p /etc/buildpacks": while running runtime: exit status 127

Usage:
jam create-stack [flags]

Flags:
--build-output string path to output the build image OCI archive (required)
--build-ref string reference that specifies where to publish the build image (required)
--config string path to a stack descriptor file (required)
-h, --help help for create-stack
--label strings additional image label to be added to build and run image
--publish publish to a registry
--run-output string path to output the run image OCI archive (required)
--run-ref string reference that specifies where to publish the run image (required)
--secret strings secret to be passed to your Dockerfile
--unbuffered do not buffer image contents into memory for fast access

failed to execute: build failed:

building at STEP "RUN mkdir -p /etc/buildpacks": while running runtime: exit status 127

0 comments on commit 6664b5d

Please sign in to comment.