|
|
|
|
|
by ericb
2405 days ago
|
|
> Some docker registries isolate the layer cache per account to prevent cache poisoning attacks and data leaks. 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. |
|
1. None of your image layers are the same between builds (ADD as one of the first instructions for instance)
2. You are distributing your code to many people and they are building them into entirely separate accounts. (you send me your code and I build, tag, and push it to my dockerhub account).