-
Notifications
You must be signed in to change notification settings - Fork 118
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM -- @foxish did you have any questions about this since you were asking about it during the weekly video call today?
@tnachen PTAL |
Is there a reason it's using tini as an entrypoint in some, but |
The |
This is a bit tangential and not a bug, but multiple
Can be combined like:
|
@erikerlandson what are the advantages to having fewer image layers? |
LGTM, but I also suggest having few layers. It's generally a best practice to have fewer layers, as the more layers you have the more work registry/daemon/client will have to do to download and manage. |
Another potential benefit to consolidated https://blog.codeship.com/reduce-docker-image-size/ I don't quite follow the |
Let's squash those layers in a separate PR -- it definitely sounds like a good idea and I don't see a downside to it. |
Closes #317.