-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix: Since yesterday Buildah
has been failing as seen below
#50
Comments
Note, no change was made to my repo from the previous successful build to it getting errors on the scheduled build. Thanks! schedule:
- cron: "00 17 * * *" # build at 17:00 UTC every day
# (20 minutes after last ublue images start building) |
Can confirm, my test build fails when using squash. No changes were made by us so this might have something to do with the repo we're using to install podman. This will require further investigation |
Scratch that, changes were made around removing a hard requirement for providing credentials to allow the container runtimes to use credentials that were already set (blue-build/cli#187). I'm pretty sure these changes wouldn't have caused this issue, but it won't hurt to start investigating there |
Possible enhancement/feature request: ability to set Thanks for creating / maintaining such nice tools! |
I think I see what the problem is. It seems to be related to the fact that the currently released version of the action is building inside of an alpine container. We have changes in |
Current released action with squash https://github.com/gmpinder/testos/actions/runs/9306358911/job/25623380967 (failing) New PR action with squash on v0.8.10 CLI https://github.com/gmpinder/testos/actions/runs/9308915971/job/25623318577 (passing) New PR action with squash on v0.8.9 CLI https://github.com/gmpinder/testos/actions/runs/9308897726/job/25623703999 (passing) |
@gmpinder 2 questions:
Thanks! |
The main branch of the action has a fix for this issue that hasn't been released yet. Changing the version of the CLI won't do anything for this particular issue. You can take a look at the difference between the latest tag and main to see the difference. |
Whee... and it builds a lot faster too (15m 34s => 9m 34s). Thank you so much! |
When running the github-action (on my custom ublue build) I'm now getting the below failure, starting with yesterday's scheduled build:
Excerpt of the relevant action from the YAML:
The text was updated successfully, but these errors were encountered: