> is a software package hosting service, similar to npmjs.org, rubygems.org, or hub.docker.com, that allows you to host your packages and code in one place. You can host software packages privately or publicly and use them as dependencies in your projects. I am... really confused by this. Isn't this just Github? Github is a hosting service that allows you to host your packages and code in one place. It has testing an…
The GitHub registry public beta is live
31–40 of 137 posts
Re: The GitHub registry public beta is live
#32I like Go more. The git/hg/svn/bz repository is the "package". No custom (and central) "registry"
Re: The GitHub registry public beta is live
#33Deleting packages is not supported. Sobhow to handle a compromised package? Looks like you have to contact github and hope the act fast. Oh, and no pip registry :(
They should have a release and snapshot branches.
Re: The GitHub registry public beta is live
#34Any word on what the price will be for private repos after the beta ends? Would be interesting to see how it compares to Docker Hub for hosting private images.
Re: The GitHub registry public beta is live
#35Re: The GitHub registry public beta is live
#36https://hn.algolia.com/?query=Software%20Heritage&sort=byPop...
And GNU Guix at least will transparently fallback to them:
> Since Software Heritage archives source code for the long term, Guix can fall back to the Software Heritage archive whenever it fails to download source code from its original location. The way this fallback has been designed, package definitions don’t need to be modified: they still refer to the original source code URL, but the downloading machinery transparently comes to Software Heritage when needed.
https://www.softwareheritage.org/2019/04/18/software-heritag...
Re: The GitHub registry public beta is live
#37Deleting packages is not supported. Sobhow to handle a compromised package? Looks like you have to contact github and hope the act fast. Oh, and no pip registry :(
GitHub is already really great about alerting you with critical issues. Whenever there's a security bug, it pops up in our repo (and with Dependabot, it's become automatic).
Re: The GitHub registry public beta is live
#38I hope they add robots accounts like Quay.io ( https://docs.quay.io/glossary/robot-accounts.html ).
Re: The GitHub registry public beta is live
#39Earlier quoted context omitted.
In my experience, using git as a dependency source for NPM (including yarn) or Ruby never worked well. It works for a simple case, but it's usually much slower, has issues around managing credentials for private repos, and doesn't have a nice way to publish built files.
Also, most importantly, Git repositories are not immutable and any package repo that's not immutable is a terrible, terrible idea
Re: The GitHub registry public beta is live
#40I hope they add robots accounts like Quay.io ( https://docs.quay.io/glossary/robot-accounts.html ).
It says that permissions are the same as the github repo, so you can create github accounts and grant access, or use tokens.
On top of that, for orgs, you'd be paying monthly for each user you add.