You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to run the arm64 docker images on aws graviton instances because arm64 docker images are built in incorrect way.
To check:
$ docker run -it --platform linux/arm64 -u root cr.flyte.org/flyteorg/flyteadmin-release:latest sh
/ # apk add file
/ # file bin/flyteadmin
bin/flyteadmin: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, Go BuildID=pwwxVfCtJjTsZm9XA0ED/BJdCEuBm0QjhMujOZ7E7/a_vHl8mBZ4xrHPFYqAdf/on6kzeFZfsYdRjhPjzhK, stripped
Other images also have this issue, for example:
$ docker run -it --platform linux/arm64 -u root cr.flyte.org/flyteorg/datacatalog:latest sh
/ # apk add file
/ # file bin/datacatalog
bin/datacatalog: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, Go BuildID=YBzDJD8nguzh9dRW4GPp/iKNJqrMQzbqKL7lVR_L0/_wLIwVTI2EO3sXJO2Sup/5m-2xGfqxh4rTZlXehX4, not stripped
I did not check every images, but I'm pretty sure that most images have the issue.
Expected behavior
ARM64 Docker Images should not contain x86_64 binaries. They should contain arm64 binaries instead. Graviton instances should be able to run flyte using docker.
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Yes
Have you read the Code of Conduct?
Yes
The text was updated successfully, but these errors were encountered:
qbx2
added
bug
Something isn't working
untriaged
This issues has not yet been looked at by the Maintainers
labels
Mar 8, 2023
@qbx2 , we have a monthly release cadence (unless we have a high pri / security issue). The current expectation is to have 1.6 out by the beginning of May.
Describe the bug
I am not able to run the arm64 docker images on aws graviton instances because arm64 docker images are built in incorrect way.
To check:
Other images also have this issue, for example:
I did not check every images, but I'm pretty sure that most images have the issue.
Expected behavior
ARM64 Docker Images should not contain x86_64 binaries. They should contain arm64 binaries instead. Graviton instances should be able to run flyte using docker.
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: