sherlock
sherlock copied to clipboard
DockerHub image is not getting updated
The current one which is referenced in the README was last updated 2 years ago: https://hub.docker.com/r/theyahya/sherlock
Similar to #221
Action item: The DockerHub integration (see here for docs) needs to be updated so that automatic builds work. Maybe move it to a sherlock-project namespace on DockerHub?
Using Github Actions to build and push these images would solve this problem. Something like this should work flawlessly.
If the devs like the idea, I'll gladly make a pr.
~~Docker Hub provides an automated solution to build and push the image on their infrastructure, then there is no manual effort needed. Of course it's also implementable via GitHub Actions, but seems easier via the Docker Hub.~~
As far as I'm aware DockerHub doesn't natively support armhf and arm64 images which are getting more and more important in the era of Raspberry Pis and M1 Macs. If we bother with fixing this whole thing, we might as well do it right.
Good catch! Yeah then your approach would be the better one, I remember also things about that.
Hi @mxschmitt!
Thank you for letting me know about this issue. Unfortunately I have no experience with Docker but the maintainer of the Docker image is @TheYahya, so maybe he may be able to help out.