Works great for Debian repositories
Pros
- The Docker registry feature works great. Compared to Sonatype Nexus 3, I don't need to set up extra ports, as everything just works off the port ProGet itself is running on.
- Debian feeds support automatic GPG key generation, without me having to create or manage them myself. This is another spot where ProGet is better than Nexus, as you have to manually create and specify a key with Nexus, while ProGet simply handles it all for you.
Cons
- When running ProGet inside of a Docker container, changes to some settings requires a manual restart of the container (i.e. with 'docker restart x').
Most Important Features
- Docker feeds
- Debian feeds
- Ability to only keep the latest versions of packages
Return on Investment
- I don't need to develop custom solutions for distributing my software, as ProGet does it all for me.
- ProGet also integrates easily into my CI systems, with a fully-featured API that allows me to upload packages right after building.
Alternatives Considered
Sonatype Nexus Platform
