Docker image for ARM #3380
axelrindle
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
Can this not be included in the documentation for Raspberry PI? Would be great if the build at DockerHub could be synchronized with releases. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@axelrindle : Now, an updated push to Docker hub would be great since the 0.47.1 version is now too old to qualify the bounty. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there!
I was not able to find a pre-built docker image for the Raspberry Pi 4B running on the 32-bit Raspbian version, so I built one myself. I took the following steps to do so:
docker build . -f bin/docker/alpine/Dockerfile --build-arg BUILD_VERSION=0.46.1 -t axelrindle/mysterium-node:0.46.1
My build environment is the following:
I also pushed my custom build to DockerHub, available here: https://hub.docker.com/r/axelrindle/mysterium-node
Let me know if there is anything that I've missed in the build process, otherwise: Happy building 😄
Beta Was this translation helpful? Give feedback.
All reactions