-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
1.1.0 OnBuild Error #2469
Comments
Hmmm, and this works with Buildah v1.7 released. |
Could be the --pull-all default being changed |
Sorry, --pull-always (--always-pull?) |
And works on Buildah 1.8-dev which is at this point 1.7.1. |
@mheon same error with --pull-always |
Different vendored c/image than buildah? Running out of ideas here, there aren't many differences. |
We've the same vendoring for c/image and c/storage.... |
Confirmed, I can reproduce locally |
We're trying to pull onbuild-image and failing when we can't find it in registries (because it's not there). This is 100% I think we need to change |
@rhatdan It looks like this is going to break people trying to do a |
Ah, I tried setting it to true, not false. Nice catch @mheon. |
FWIW, I can confirm that this:
works, so I think we need to make it work again without the pull-always. |
I think we need to refile this against Buildah and get a fix landed there and vendored here |
My understanding is we wanted to turn on --pull not --pull-always. |
@rhatdan We enabled --pull-always by default, so if that was a mistake, we need to fix it. The reason was that we weren't pulling the latest version of the tag if it was present on disk, so we need to verify that |
I'll take a look at this. |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
kind bug
Description
Look ups of local images seems to be failing.
Steps to reproduce the issue:
Describe the results you received:
See steps to reproduce.
Describe the results you expected:
Happy image build.
Additional information you deem important (e.g. issue happens only occasionally):
This passes on the same VM with v1.0 installed.
Output of
podman version
:Output of
podman info --debug
:Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: