A risk assessment identifies that Docker build cache is being shared across multiple teams in a CI environment. What is the primary security concern?
-
A
Shared cache increases build times because of cache invalidation conflicts
-
B
A malicious or compromised build from one team could poison the shared cache and inject artifacts into other teams' images
-
C
Shared build cache prevents Docker Content Trust from verifying image signatures
-
D
Build cache sharing disables layer deduplication in the image registry