-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
Update docker registry to twun.io's registry chart #718
Conversation
This is the github page for this project: https://github.com/twuni/docker-registry.helm |
Thanks for the tag @Shikachuu! The twun.io domain is privately held and operated by myself, primarily for package distribution under appropriate subdomains ( This chart is also available via a GitHub-owned domain (see twuni/docker-registry.helm#22 (comment) for details), so if you prefer, you can use My primary goals for maintaining this chart are:
So if you're using the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Offering my approval, as the changeset LGTM.
I spoke to @justincormack at Docker, and it seems like there is no official Helm chart for the OSS registry. So therefore, as discussed on Discord @Shikachuu, please:
Once you have that arranged, I'll merge this PR. @canterberry out of interest, is there still support for ARM architectures? |
I appreciate the diligence, @alexellis ! All correct, to my knowledge. As for ARM support: I think that depends exclusively on the image and whether it's built for ARM architecture. The chart supports custom images, so even if there wasn't an official ARM-compatible image, one could in theory compile (or locate) one and reference that instead. I haven't seen any ARM-related changes come through in the chart, so should be status quo. Feel free to create an issue in twuni/docker-registry.helm if there's a compatibility issue we might be able to resolve in the chart. |
Thank you for your contribution. unfortunately, one or more of your commits are missing the required "Signed-off-by:" statement. Signing off is part of the Developer Certificate of Origin (DCO) which is used by this project. Read the DCO and project contributing guide carefully, and amend your commits using the git CLI. Note that this does not require any cryptography, keys or special steps to be taken. 💡 Shall we fix this?This will only take a few moments. First, clone your fork and checkout this branch using the git CLI. Next, set up your real name and email address:
Finally, run one of these commands to add the "Signed-off-by" line to your commits. If you only have one commit so far then run: Check that the message has been added properly by running "git log". |
2ce85ae
to
6e96b4f
Compare
5a08051
to
3d675e1
Compare
Done ✔️ |
Signed-off-by: Czékus Máté <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you both. @canterberry your input is very much appreciated If you're interested in linking back to https://blog.alexellis.io/get-a-tls-enabled-docker-registry-in-5-minutes/ |
Signed-off-by: Czékus Máté [email protected]
Description
Docker Registry used the old
stable
chart which was outdated and the only still updated 1:1 feature comaptible one was twuni's chart.Motivation and Context
design/approved
by a maintainer (required) Notice: the stable Helm charts have been deprecated, new alternatives are required #274How Has This Been Tested?
Manually by running
arkade install docker-registry
with all the flags.Are you a GitHub Sponsor yet (Yes/No?)
Types of changes
Documentation
./arkade get -o markdown
./arkade install --help
Checklist:
git commit -s