Issue
The command to build the stack image fails for some flavors as: nodejs-20, nodejs-18, etc
jam create-stack "--config ./stack-nodejs-20/stack.toml --build-output ./stack-nodejs-20/build-nodejs-20/build.oci --run-output ./stack-nodejs-20/build-nodejs-20/run.oci"
Building io.buildpacks.stacks.ubi8
Building on linux/amd64
Building base images
Error: build failed:
building at STEP "COPY ./images.json /etc/buildpacks/images.json": checking on sources under "/var/tmp/libpod_builder2686246012/build": copier: stat: "/images.json": no such file or directory
This problem is due to the fact that the build is not able to get the images.json from the root parent folder
Issue
The command to build the stack image fails for some flavors as:
nodejs-20,nodejs-18, etcThis problem is due to the fact that the build is not able to get the
images.jsonfrom the root parent folder