cybersword 0 Posted September 3, 2018 Posted September 3, 2018 I'm having issues deploying Emby to my Docker swarm, because the official ARM32v7 container (https://hub.docker.com/r/emby/embyserver_arm32v7/) has the architecture set to AMD64 instead of ARM. service_inspect.txt
Luke 42078 Posted September 4, 2018 Posted September 4, 2018 Hi, thanks for the report. We'll take a look.
Solution alucryd 315 Posted September 4, 2018 Solution Posted September 4, 2018 We can't do anything about this for now unfortunately, see: https://github.com/moby/moby/issues/36552 Docker build uses the build system architecture to set this field, yes this is stupid, especially since we're basing on busybox images which have the correct architecture, but it doesn't seem possible to do anything about it atm. Scoured the web but I found nothing that would help, apart from building on the target architecture that is, which we can't do. 1
cybersword 0 Posted September 4, 2018 Author Posted September 4, 2018 Thanks Alucryd for the great explanation. It's shame that it's not fixable, but not much that can be done about it. For those finding this thread in the future, a workaround I found was to use '--no-resolve-image' when creating the service.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now