-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce docker image size #182
Conversation
We have set dependency requirements for the runtime image, maybe looking to build our own using the ChainGuard image as a guide would be better? Then we'd at least be in control of dependency updates and publish schedules & versioning. |
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.
LTGM
For reference, I think this is the repository the images are generated from: https://github.com/GoogleContainerTools/distroless |
It looks like there are support timelines: https://github.com/GoogleContainerTools/distroless/blob/main/SUPPORT_POLICY.md |
Docs:
|
Co-authored-by: Tyler Yahn <[email protected]>
This PR changes the base image to be
gcr.io/distroless/base
Image size before the change: 172MB
Image size after the change: 23.8MB