-
Notifications
You must be signed in to change notification settings - Fork 21
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
It doesn't seem that 3.1.3 is available? #22
Comments
That's weird, because I can pull that image and it works.
However, I can see from Quay.io UI that there are now two images with different OS and architectures: Not sure what is going on here, it is either something changed in |
@Envek i'm using
But I still run into issues, though:
But this is not an issue with 3.1.2
It doesn't seem, that docker on your computer re-downloaded that image? Could it be that it was cached and you are not really hitting quay? |
That error is correct: there are no (and never was) images for ARM64. I'm on x86-64 processor, that's probably why there is no error for me. The main question here is why your Docker uses AMD64 version for 3.1.2 and fails to do so for 3.1.3. And I still have no idea, what has changed since last build of 3.1.2 (no logs left, unfortunately) as there were no build-related changes, only version number increase. |
Most probably it is a new |
Now it should be fixed after I disabled that provenance feature. @skatkov, can you please check? |
@Envek resolved. Thank you for the fast resolution, Andrey. |
I tried using docker pull quay.io/evl.ms/fullstaq-ruby:3.1.3-jemalloc-bullseye image.
Dockerfile
But once I run
docker buildx build .
I get an error:I checked hub and noticed that sizes for those images are missing. That probably means, that image was never created, while tags are there?
Workaround
If I downgrade ruby version to ruby 3.1.2 then everything works as expected.
The text was updated successfully, but these errors were encountered: