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

arm64 docker image broken since 1.7.5 #298

Closed
tom2199 opened this issue Mar 25, 2023 · 3 comments · Fixed by #324
Closed

arm64 docker image broken since 1.7.5 #298

tom2199 opened this issue Mar 25, 2023 · 3 comments · Fixed by #324

Comments

@tom2199
Copy link

tom2199 commented Mar 25, 2023

Describe the bug

If using an docker image newer then 1.7.4 (1.7.5 and onwards) the docker image contains the wrong restic binary. The error reads:
exec /usr/bin/restic: exec format error

Expected behavior

Just like 1.7.4 and before, bundle the right restic binary (arm64).

Environment

  • OS: Ubuntu 18.04 on arm64
  • Version: 1.7.5 onwards
@cupcakearmy
Copy link
Owner

cupcakearmy commented Mar 25, 2023

This is weird, the docker image is based on the restic docker image itself 🤔

FROM restic/restic:0.15.1

@tom2199
Copy link
Author

tom2199 commented Mar 25, 2023

The restic docker image seems to only be published for amd64 (see here). I think this is the issue as on 1.7.4 and before the alpine image was used instead, correct?

@cupcakearmy
Copy link
Owner

How did docker not warn about this, you are totally right, the image is only on x86. Need to redo the dockerfile then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants