-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STEP "COPY ./images.json /etc/buildpacks/images.json": checking on sources under "/var/tmp/ #62
Comments
Yes, it also fails on our CI, we are working on it https://github.com/paketo-community/ubi-base-stack/actions/runs/10720404763/job/29726625024. Thank you for opening an issue for easier tracking. |
Solution is to move to the parent directory and to change the
Unfortunately that will fail with Jam
|
The bash script of the PR 's merged copy the images.json file within the target stack folder to be build |
@cmoulliard The PR has been merged, it should successfully create the .cnb files |
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.json
from the root parent folderThe text was updated successfully, but these errors were encountered: