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

On my arm64 machine, the docker image won't run #4943

Closed
Wnthr opened this issue Jan 19, 2024 · 1 comment
Closed

On my arm64 machine, the docker image won't run #4943

Wnthr opened this issue Jan 19, 2024 · 1 comment

Comments

@Wnthr
Copy link

Wnthr commented Jan 19, 2024

Version
Docker image versions I have tried: pulp/pulp:latest, pulp/pulp:stable, pulp/pulp:3.42

Describe the bug
When doing a docker run, it exits immediately, and the logs show the following:

/init: line 37: /command/s6-overlay-suexec: cannot execute binary file: Exec format error
/init: line 37: /command/s6-overlay-suexec: Success

To Reproduce
docker pull pulp/pulp
$ docker run --detach
--publish 8080:80
--name pulp
--volume "$(pwd)/settings":/etc/pulp:Z
--volume "$(pwd)/pulp_storage":/var/lib/pulp:Z
--volume "$(pwd)/pgsql":/var/lib/pgsql:Z
--volume "$(pwd)/containers":/var/lib/containers:Z
--device /dev/fuse
pulp/pulp

Expected behavior
Docker image up and running

Additional context
I pull the image from docker hub

@Wnthr
Copy link
Author

Wnthr commented Jan 19, 2024

This seems to be the wrong issue tracker for this issue. Moved to pulp/pulp-oci-images#580

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Archived in project
Development

No branches or pull requests

1 participant