Skip to content

No arm support for relay image #1642

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

Closed
jellevanhees opened this issue Aug 10, 2022 · 1 comment
Closed

No arm support for relay image #1642

jellevanhees opened this issue Aug 10, 2022 · 1 comment

Comments

@jellevanhees
Copy link

Self-Hosted Version

22.7.0

CPU Architecture

arm64

Docker Version

20.10.17

Docker Compose Version

2.6.0

Steps to Reproduce

running install.sh erros out with the following error.

▶ Ensuring Relay credentials ...
../relay/config.yml already exists, skipped creation.
relay Pulling 
relay Pulled 
Network sentry-self-hosted_default  Creating
Network sentry-self-hosted_default  Created
exec /bin/bash: exec format error
An error occurred, caught SIGERR on line 29
Cleaning up...

running docker compose run --rm --no-deps -T relay credentials results in

exec /bin/bash: exec format error 

running docker run -it --rm getsentry/relay bash results in

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec /bin/bash: exec format error

Expected Result

getsentry/replay and other sentry images are built with arm support.

Actual Result

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec /bin/bash: exec format error
@emmatyping
Copy link
Contributor

I think we'd rather have a single issue for self-hosted tracking this: #1585

@github-actions github-actions bot locked and limited conversation to collaborators Aug 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants