←back to thread

128 points darthShadow | 2 comments | | HN request time: 0s | source
Show context
ricardbejarano ◴[] No.42812378[source]
Run your own registry.
replies(3): >>42812402 #>>42812415 #>>42812602 #
baq ◴[] No.42812402[source]
This also applies to any package manager repository you might be using.

JFrog charges loads of money for Artifactory, btw

replies(2): >>42812425 #>>42812479 #
1. XorNot ◴[] No.42812425[source]
There are plenty of open source registry implementations though, including just running "distribution" from Docker.

The format is not hard to implement either for basic storage.

replies(1): >>42812511 #
2. baq ◴[] No.42812511[source]
The point is Artifactory has basically all popular (and some not very popular) repository format support built-in while supporting serious traffic, sharding, replication, etc. so you don't have to hunt for and then maintain anything. They've got a good tool, it's just expensive.