Jump to content

Docker ARM32v7 - Architecture set to amd64


cybersword
Go to solution Solved by alucryd,

Recommended Posts

  • Solution
alucryd

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.

  • Like 1
Link to comment
Share on other sites

cybersword

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. 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...