ARM64 Docker Image created!
-
Just wanted to share with everyone that I created a Docker arm64 image using the arm64 tar files. I wanted to get this running on my Raspberry Pi Kubernetes cluster so I forked the original docker image and made a few tweaks.
Github Repo
https://github.com/mzac/monocle-gateway-docker-arm64Docker Image
https://hub.docker.com/r/mzac23/monocle-gateway-arm64You can use this image exactly the same way as the original on your 64 bit Raspberry Pi.
-
Based on your inspiration, I have published an updated docker container for Monocle Gateway that should support
arm64
andx64
.
It’s available here: https://hub.docker.com/r/monoclecam/monocle-gateway/tagsI have only performed the most basic testing thus far but you are welcome to try it out and see if it works for you.
I also looked at the github actions defined in your repo to build and deploy the container image. I’ll be borrowing some of your workflow script and add that to the official repo as well.I kept the base container using
alpine
. Was there any specific reason or issue you opted fordebian
?Thanks, Robert