-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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.io/envoyproxy/envoy:v1.23.0
arm64
image fails with ./docker-entrypoint.sh: 29: exec: su-exec: Exec format error
#22384
Comments
Thank you for the quick response. Can you not make an interim build for |
not as it stands - currently publishing Docker images requires a new patch version, and there are a bunch of other things that need to go into that there has been some discussion about separating the container publishing from release publishing, but that is not the case today |
closed as duplicate this will be fixed once #22813 lands |
See: * [`docker.io/envoyproxy/envoy:v1.23.0` `arm64` image fails with `./docker-entrypoint.sh: 29: exec: su-exec: Exec format error`](envoyproxy/envoy#22384). * [repo: Release 1.23.1](envoyproxy/envoy#22813). Signed-off-by: Mohamed Bana <mohamed@bana.io>
See: * [`docker.io/envoyproxy/envoy:v1.23.0` `arm64` image fails with `./docker-entrypoint.sh: 29: exec: su-exec: Exec format error`](envoyproxy/envoy#22384). * [repo: Release 1.23.1](envoyproxy/envoy#22813). Signed-off-by: Mohamed Bana <mohamed@bana.io>
See: * [`docker.io/envoyproxy/envoy:v1.23.0` `arm64` image fails with `./docker-entrypoint.sh: 29: exec: su-exec: Exec format error`](envoyproxy/envoy#22384). * [repo: Release 1.23.1](envoyproxy/envoy#22813). Signed-off-by: Mohamed Bana <mohamed@bana.io>
See: * [`docker.io/envoyproxy/envoy:v1.23.0` `arm64` image fails with `./docker-entrypoint.sh: 29: exec: su-exec: Exec format error`](envoyproxy/envoy#22384). * [repo: Release 1.23.1](envoyproxy/envoy#22813). Signed-off-by: Mohamed Bana <mohamed@bana.io>
Host:
$ uname -a Linux ubuntu-free-x86 5.15.0-1013-oracle #17-Ubuntu SMP Fri Jun 24 10:14:16 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux $ docker run --rm -it docker.io/envoyproxy/envoy:v1.23.0 /docker-entrypoint.sh: 29: exec: su-exec: Exec format error
Debug Log:
From the above it's obvious it's shipping an x86_64 image:
$ file /usr/local/bin/envoy /usr/local/bin/envoy: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=ce49c7f65668a22b80d1e83c35d170741bb8d46a, stripped
The text was updated successfully, but these errors were encountered: