Uh oh!
There was an error while loading. Please reload this page.
Update "munge-i386" to add "--build-context" in "docker buildx build" lines - #80
Conversation
… lines Without this, we end up building against the wrong image due to a bug in buildx/buildkit. 😞
tianon
commented
Aug 1, 2023
(Because of this, we haven't noticed that RabbitMQ is failing to build on i386 and failing with a similar problem on arm32v7 😭) |
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@## master #80 +/- ##
=======================================
Coverage 73.10% 73.10% =======================================
Files 7 7 Lines 714 714 =======================================
Hits 522 522 Misses 162 162 Partials 30 30 |
tianon
commented
Aug 1, 2023
Oh, I guess we could/should maybe add |
yosifkit
commented
Aug 1, 2023
Agreed. |
tianon
commented
Sep 26, 2023
(oh, #81 is very related, although not exactly the same since munge-i386 is separate) |
yosifkit
commented
Oct 24, 2023
Added a commit to address the |
tianon
commented
Oct 24, 2023
More heinous every time we touch it 😀 LGTM |
Without this, we end up building against the wrong image due to a bug in buildx/buildkit (docker/buildx#1886). 😞