-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
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
Docker hub image publishing #43
Comments
Let me make a GH action workflow to publish directly on this github registry. I'll get a Pull request |
@mickkael any luck?
|
@onedr0p I have built it just now https://github.com/mickkael/speedtest-go/pkgs/container/speedtest-go |
@mickkael is your fork the successor to this repo? |
Not at all. |
oh that's a bummer, I guess I'll fork it too and merge some of the PRs here into my fork until the maintainers come back to address them. |
Description
Automatically publishing images, ideally using the same
librespeed/speedtest-go
naming allows an easy 'straight from the source' install. Some CI, like GH actions makes this pretty easy. Especially when you're already maintaining a Dockerfile.Why it should be implemented
I believe, https://hub.docker.com/r/mickkael/librespeed-go is the closest to an "official" image being published?
It's a bit of a mess of people building their own speedtest-go/librespeed-go images.
And the
mickkael/librespeed-go
one seems out of date, rocking v1.1.3, so I assume it is being pushed manually from a dev machine.For reference a modern multi-arch GH action might look something like this. thomseddon/traefik-forward-auth#275
The text was updated successfully, but these errors were encountered: