|
|
|
|
|
by gravypod
2407 days ago
|
|
Some docker registries isolate the layer cache per account to prevent cache poisoning attacks and data leaks. This means you might only take advantage of the registry caching if you have already pushed the first version of a tagged image. If you want to get extremely small docker images you might also want to take a look at Google's distroless images and using mutlistage builds. |
|
Are there ones that don't that you know of? This will be for an intranet registry, so the isolation doesn't buy much.
Thanks! re:the other suggestions, I will look into those.