GitHub Container Registry improves how we handle containers within GitHub. Let's see what it is, how it works, and if it is better than Docker Hub....
For further actions, you may consider blocking this person and/or reporting abuse
Having it in Gitlab has been nice. Will be great when Github has feature parity on this.
Not sure what you mean since this is in GitHub 😅
Gitlab has had it for a while, several years, and I am just saying it is nice that Github is catching up.
Ah ok, got it. Well, GitHub had it already but was, as GitHub Pacjages, limited to a single repo (even tho it could be used more widely thanks to some workaround)
I have been pondering on how to use GHCR instead of DockerHub for GitHub actions, but have not had the time to investigate on how to do the switch. A switch I think will be fairly trivial - any pointers/suggestions most welcome.
Can anyone tell me if these images load faster in github actions?
it should be slightly faster because they are hosted on the same infrastructure
hi guys
do you know how to allow visibility of organisation images for anonymous user? images can be pulled anonymously but link to image in GHCR returns 404 if user is not logged in
I've created a basic example of node/express app deployed into Azure using GitHub container registry here github.com/irvv17/deployment-nodea... . Great Tool.
If the project itself is publicly open, it's better to host the image container on IPFS too 😉
github.com/ipdr/ipdr
Well, images hosted on GHCR can be publicly availbale to anyone :)
But I didn't know IPFS, let me take a look at it