Skip to content
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

Unable to generate arm image for bumping Alpine to 3.14.2 #14

Closed
basvanbeek opened this issue Sep 3, 2021 · 2 comments
Closed

Unable to generate arm image for bumping Alpine to 3.14.2 #14

basvanbeek opened this issue Sep 3, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@basvanbeek
Copy link
Member

While trying to bump the Alpine version we get the following error in the deploy action:

https://github.com/openzipkin/docker-alpine/runs/3504114570

@basvanbeek basvanbeek added the bug Something isn't working label Sep 3, 2021
@llinder
Copy link
Member

llinder commented Sep 7, 2021

I'm no expert on multi-arch builds but this might be related to Docker changes. I can replicate this locally on MacOS and I can also work around it by using buildx. Looking deeper I see some comments here about not using buildx however when I set DOCKER_BUILDKIT=1 the build succeeds. I suppose the Docker Hub quota might still be an issue but maybe its worth trying to use buildx anyway? For all I know there isn't another fix but maybe someone else has experience and can share some ideas.

llinder added a commit to llinder/docker-alpine that referenced this issue Sep 7, 2021
Enables buildx in an attempt to resolve issue openzipkin#14
llinder added a commit to llinder/docker-alpine that referenced this issue Sep 7, 2021
Enables buildx in an attempt to resolve issue openzipkin#14
Also removes ryuk overrides as the issue has since been resolved
codefromthecrypt pushed a commit that referenced this issue Sep 7, 2021
Enables buildx in an attempt to resolve issue #14
Also removes ryuk overrides as the issue has since been resolved
@llinder
Copy link
Member

llinder commented Sep 8, 2021

Checked that arm64 is published now. Going to close this and start working on releasing new zipkin images.

@llinder llinder closed this as completed Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants