We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The dockerfile uses frolvlad/alpine-bash:latest which doesn't have an ARM image on Docker hub, so the build fails on ARM. If we use
frolvlad/alpine-bash:latest
FROM alpine:latest RUN apk --no-cache add ca-certificates libstdc++ busybox-extras gettext libintl bash gawk sed grep bc coreutils
instead, the ARM build works.
The text was updated successfully, but these errors were encountered:
https://git.vdb.to/cerc-io/ipld-eth-beacon-indexer/issues/89
Sorry, something went wrong.
update dockerfile for arm compatibility (#90)
8ded624
closes #89 Co-authored-by: Ian Kay <[email protected]> Reviewed-on: https://git.vdb.to/cerc-io/ipld-eth-beacon-indexer/pulls/90
Successfully merging a pull request may close this issue.
The dockerfile uses
frolvlad/alpine-bash:latest
which doesn't have an ARM image on Docker hub, so the build fails on ARM. If we useinstead, the ARM build works.
The text was updated successfully, but these errors were encountered: