Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

No x86 docker image #3

Closed
NickStallman opened this issue Oct 18, 2021 · 6 comments
Closed

No x86 docker image #3

NickStallman opened this issue Oct 18, 2021 · 6 comments

Comments

@NickStallman
Copy link

I noticed my velocita-proxy docker image was failing to start, and it turns out that there was a new image posted 3 days ago.
Unfortunately that image is arm64 only, no x86 image at all.

https://hub.docker.com/r/isaaceindhoven/velocita-proxy/tags

That'll likely disrupt anyone pulling that image.

@gmta gmta closed this as completed Oct 18, 2021
@gmta gmta reopened this Oct 18, 2021
@gmta
Copy link
Collaborator

gmta commented Oct 18, 2021

Hi @NickStallman, I've built i386 and ARM64 versions of the image as well. Can you try them out? (Versions 3.3.0 and latest)

@NickStallman
Copy link
Author

That looks like it has done the trick. The "latest" tag was failing previously and now it's working. Thanks!

@gmta
Copy link
Collaborator

gmta commented Oct 18, 2021

In order to support linux/386, I've had to downgrade nginx a bit because of this issue: nginxinc/docker-nginx#561

@NickStallman
Copy link
Author

I'm not sure if i386 is needed by anyone, amd64 is what most people would be using (including myself) and that release 3 days ago didn't provide any amd64 docker image, just the arm64 image. That broke for anyone using the latest tag on amd64.

@gmta
Copy link
Collaborator

gmta commented Oct 19, 2021

Right, I misunderstood / misread your issue title - so x86_32 (i386) is left out again, x86_64 (amd64) is supported and I've added support for ARM64 and ARMv7.

@NickStallman
Copy link
Author

No problem, in hindsight x86 in the title is a little ambiguous these days.
Thanks for this project. It's quite convenient. :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants