Skip to content
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

envoyproxy/envoy:v1.23.0 docker image broken on aarch64 #22721

Closed
sinisterstumble opened this issue Aug 16, 2022 · 1 comment
Closed

envoyproxy/envoy:v1.23.0 docker image broken on aarch64 #22721

sinisterstumble opened this issue Aug 16, 2022 · 1 comment
Labels
bug triage Issue requires triage

Comments

@sinisterstumble
Copy link

sinisterstumble commented Aug 16, 2022

Description:

This is duplicate of #22261, missed it on first look.

The envoyproxy/envoy:v1.23.0 fails to start with /docker-entrypoint.sh: 29: exec: su-exec: Exec format error. The envoyproxy/envoy:v1.22.0 works as expected.

Repro steps:

[root@i-0fca45895a9b81442 ec2-user]# docker run -it envoyproxy/envoy:v1.23.0
Unable to find image 'envoyproxy/envoy:v1.23.0' locally
v1.23.0: Pulling from envoyproxy/envoy
8376114ff9b3: Pull complete
bc45fc51b638: Pull complete
ef89a4cf0efa: Pull complete
bd4430a287b9: Pull complete
3e54b87113ea: Pull complete
b6eec207dd6c: Pull complete
adb2b2bea0ee: Pull complete
49506b69cdb6: Pull complete
Digest: sha256:b8dde8b3f8adc0fb9fb581ed566399a67398f83588cf26d0604e1c9c9fd3b557
Status: Downloaded newer image for envoyproxy/envoy:v1.23.0
/docker-entrypoint.sh: 29: exec: su-exec: Exec format error
[root@i-0fca45895a9b81442 ec2-user]# docker run -it envoyproxy/envoy:v1.22.0
Unable to find image 'envoyproxy/envoy:v1.22.0' locally
v1.22.0: Pulling from envoyproxy/envoy
d35feac4abe8: Pull complete
f18e9d859af6: Pull complete
039c0eedb2e7: Pull complete
d472b5907dbd: Pull complete
3f7d6d6f4fcf: Pull complete
877b93bbcadd: Pull complete
835f55682df1: Pull complete
6aba25efd78c: Pull complete
Digest: sha256:478044b54936608dd3115c89ea9fe5be670f1e78d4436927c096b4bc06eeedeb
Status: Downloaded newer image for envoyproxy/envoy:v1.22.0
[2022-08-16 12:23:45.734][1][info][main] [source/server/server.cc:390] initializing epoch 0 (base id=0, hot restart version=11.120)

References

tetratelabs/archive-envoy#43
#22261

@sinisterstumble sinisterstumble added bug triage Issue requires triage labels Aug 16, 2022
@phlax
Copy link
Member

phlax commented Aug 16, 2022

closing this as duplicate of #22261

this should be resolved in the coming days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug triage Issue requires triage
Projects
None yet
Development

No branches or pull requests

2 participants