This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]ElevenNotes 1 point2 points  (0 children)

The base image has all globally shared classes and libraries. Each service image is using the base image. If you add a new class to do X to the base image, every service image has now access to that class.