docker image base os #476
Replies: 7 comments 5 replies
-
There’s a bug in the latest docker buildx arm and intel emulators that fails when building. It worked using the Ubuntu. If someone can figure out why buildx fails, I’ll be happy to switch back. I have tried a lot of changes and cannot get buildx to work. Only build. BestW(Sent from mobile)On Jul 9, 2024, at 15:56, robot-ranger ***@***.***> wrote:
What is the reasoning behind moving to ubuntu docker images? Is it worth the 200% size increase?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
It’s only with alpine. Go to the docker/alpine directory and try to do a multiplatform build. Compiler crashes randomly. Tried different versions of compiler. I think it is the underlying emulator that is causing the problem. When you do a build without buildx it works with alpine. Only when you try to cross compile. I tried on intel and arm platforms and could not get it to work. Also fails on the GitHub action. Tried to force older versions of the emulator with mixed success. Didn’t really work. Finally gave up and addressed other bugs. Any help is greatly appreciated. I’ll be working on it this week when I get back home. I think it is a bug since Ubuntu works and nothing has changed. The build failed at different places each time so it wasn’t just one package either. Seemed random. Also tried setting cpu count to 1, but no diff. Sticky problem. (Sent from mobile)On Jul 9, 2024, at 19:16, robot-ranger ***@***.***> wrote:
I'll take a look 🫡
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
That’s what I think. Cannot find something in buildx docs. See what you find. They may have fixed it.
|
Beta Was this translation helpful? Give feedback.
-
i concur, it doesnt build. lol. whats weird is we are building alpine for arm in github actions and it works fine? |
Beta Was this translation helpful? Give feedback.
-
In GitHub I switched to Ubuntu.
|
Beta Was this translation helpful? Give feedback.
-
I have been stumped by this. It does not make any sense unless they broke the emulator integration to buildx.
Any help appreciated,
- W
|
Beta Was this translation helpful? Give feedback.
-
i previously had no success building locally, but it is now building as i type after ill let you know how it goes, then ill try it on GH on my fork |
Beta Was this translation helpful? Give feedback.
-
What is the reasoning behind moving to ubuntu docker images? Is it worth the 200% size increase?
Beta Was this translation helpful? Give feedback.
All reactions