-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 releases appear out of sync with the code releases? #253
Comments
Also, is it just me or did the
|
I would like to test Openid. So version 0.12 with docker would be nice |
The docker release job is failing: https://github.com/juanfont/headscale/runs/4631424805?check_suite_focus=true Could you have a look @ohdearaugustin ? |
I'm taking a look at it. It seems the PR with the changes to use a cache was not tested. For now it seems like the setup of the buildx environment was forgotten. I'm just testing out a fixed version and a PR will follow as soon as it works. |
When will we see a new docker release? |
We are missing ARM builds in the setup, I imagine that we will release a new version containing just docker builds as 0.12.2 when #259 is finished. |
The arm builds work with the #258, they are just slow. As qemu cross-compliation is not ideal. |
Are amd64 builds available to get updated, while the arm builds are being worked on further? |
Same question here. Would like to test the amd64 build soon |
@juanfont Can you try a -beta release to see if it works now and then release 0.12.2 to get things out? |
No release yet? |
Seems 0,12,2 beta 1 is out on dockerhub, thanks (amd64) 'latest' doesn't appear to work for me, it didn't update to beta 1 until I used the specific beta tag. If it's fine for others, I'll close this issue. |
It would bi nice to add alpine based image (with appropriate tag on the Docker Hub). It will be much more convenient to manage container on the Synology Web UI for example. |
Why would alpine make it more manageable on synology? |
Also, it takes less space and is more secure. |
We use distroless images, they are small and probably even more secure. |
PRs are welcome, we dont plan to support alpine. |
The original issue has been resolved, so I am closing this :) |
Issue description
The tags used for docker releases appear out of sync with the code releases?
0.12 was released a month ago according to docker, and it is not clear how they relate to the code releases?
Is there a docker release for 0.12.0-beta2, or I presume those other docker tags should be ignored?
To Reproduce
The docker releases I am referring to are these -> https://hub.docker.com/r/headscale/headscale/tags
Thanks for any clarification 👍🏻
The text was updated successfully, but these errors were encountered: