-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker v1.23-latest armv8 image is built for x86_64 #22261
Comments
@milkcocoa does doing the same thing with v1.22-latest work ? |
@phlax Yes, it works. I've just executed the
|
cool, just wanted to see if it was a regression before tracking down - ill take a look |
v1.23.0, and distroless v1.23-latest, and v1.23.0 have the same behavior (error). |
yep problem is caused by this docker/buildx#510 bug in docker buildx i added a default because it was breaking docs - there is a workaround in that ticket - i will PR a fix asap |
Fix envoyproxy#22261 Signed-off-by: Ryan Northey <ryan@synca.io>
Great, thanks for the quick response, and investigation. |
Fix #22261 Signed-off-by: Ryan Northey <ryan@synca.io>
Fix envoyproxy#22261 Signed-off-by: Ryan Northey <ryan@synca.io>
Fixed by #22444 i will close this once the 1.23.1 is released |
See envoyproxy/envoy#22261 for details. For now, v1.22-latest appears to work. v1.23-latest should work soon. We can remove this change once there's a new contour release that includes a fixed envoy.
See envoyproxy/envoy#22261 for details. For now, v1.22-latest appears to work. v1.23-latest should work soon. We can remove this change once there's a new contour release that includes a fixed envoy.
See envoyproxy/envoy#22261 for details. For now, v1.22-latest appears to work. v1.23-latest should work soon. We can remove this change once there's a new contour release that includes a fixed envoy.
fixed in version 1.23.1 |
When I run the v1.23-latest image with my M1 MacBook Pro, I get the following error.
Installing
file
command, and I investigate theenvoy
command with it, the binary is built for x86-64 like the following.uname
command shows the image itself is the armv8 architecture.The text was updated successfully, but these errors were encountered: