faraday icon indicating copy to clipboard operation
faraday copied to clipboard

Provide a docker image on dockerhub

Open raweber42 opened this issue 2 years ago • 4 comments

Is your feature request related to a problem? Please describe. For using the Docker Image, it would be way easier to be able to just pull the image from dockerhub (or any alternative).

Describe the solution you'd like A Docker Image is automatically created (maybe through GitHub Actions?) and pushed to a openly available registry. The Documentation is adjusted accordingly.

Describe alternatives you've considered Let all users build the Docker images themselves.

Additional context Especially useful for a kubernetes setup!

raweber42 avatar Nov 16 '23 10:11 raweber42

@guggero do you think this feature is what faraday needs at this time? I don't mind picking this up

NonsoAmadi10 avatar Feb 22 '24 12:02 NonsoAmadi10

Sure, that would be useful. Should be pretty straightforward, just need to copy and adjust https://github.com/lightninglabs/loop/blob/master/.github/workflows/docker.yml

guggero avatar Feb 22 '24 12:02 guggero

awesome! I will be picking this up. Thanks! One small question:

Is the docker hub lightninglabs/faraday? @guggero

NonsoAmadi10 avatar Feb 22 '24 12:02 NonsoAmadi10

Is the docker hub lightninglabs/faraday?

Yes. I mean it doesn't exist yet (the first push will create it), but that's the repo name we'd want to use. And it will only work after we've added the required credentials as GitHub repository secrets, which the repo admin will have to do.

guggero avatar Feb 22 '24 12:02 guggero

maybe consider to push this to the umbrel app store?!

TylonHH avatar Jan 13 '25 20:01 TylonHH

Hi! where can I find the docker image on dockerhub? As far as I can see, it's not under lightninglabs/faraday

raweber42 avatar Jan 22 '25 11:01 raweber42

When it's available: https://hub.docker.com/u/lightninglabs

TylonHH avatar Jan 22 '25 11:01 TylonHH

We need to add the docker hub credentials to the repo, then trigger the build. Unfortunately I can't do that, ping @Roasbeef.

guggero avatar Jan 22 '25 11:01 guggero

The docker image is now available: https://hub.docker.com/layers/lightninglabs/faraday/v0.2.14-alpha/images/sha256-c5ba10d19f0d46d4768d1ec2a0ebf50edd48048fc6336c0530697b7ab45eb45d

guggero avatar Jan 22 '25 19:01 guggero