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

Not running in AWS EC2 T4g instance #360

Closed
maurobender opened this issue May 8, 2024 · 4 comments
Closed

Not running in AWS EC2 T4g instance #360

maurobender opened this issue May 8, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@maurobender
Copy link

The latest uploaded image to Docker Hub seems to don't have support for arm64 architecture.

Previous images v2.1.2 and 2.1.1 seem to have support for arm64 but I'm getting the same error when running them in the T4g instance.

Image v2.1.0 has support and works fine in the instance.

🐛 Bug Report

Trying to run the image in a AWS t4g instance (arm64 based) does not work, the logs show the following error:

exec /usr/bin/dumb-init: exec format error

To Reproduce

Run the image using docker in a arm64 based machine.

Expected behavior

The image running without errors.

Your Environment

  • os: Linux 22.04.1-Ubuntu SMP Fri Apr 5 17:56:39 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
@matteovivona
Copy link
Collaborator

There was a bug in the docker image creation step only for latest tag. As workaround, use latest version with a semver tag.

Let me know

@matteovivona matteovivona added the bug Something isn't working label Jun 10, 2024
@matteovivona matteovivona self-assigned this Jun 10, 2024
@thekevinbrown
Copy link

@matteovivona I experienced this issue and your workaround worked for me. Are there plans to update the docker image creation step for the latest tag to fix the issue?

@matteovivona
Copy link
Collaborator

@thekevinbrown unfortunately, the official docker action cannot push the latest on multi arch. so since it was not even a correct approach to use the latest, we simply deleted the tag

@thekevinbrown
Copy link

No worries, thanks for the info!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants