Skip to content
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

Experiment with a "chiseled" Docker container for production #230

Open
mscottford opened this issue Sep 8, 2022 · 0 comments
Open

Experiment with a "chiseled" Docker container for production #230

mscottford opened this issue Sep 8, 2022 · 0 comments
Labels
dev-ops Updates to the CI, build, etc.
Milestone

Comments

@mscottford
Copy link
Member

mscottford commented Sep 8, 2022

Similar to the approach that the .NET team has taken with their newer .NET containers, experiment with creating "chiseled" or "distroless" container image for production runs.

This will make our production container images only as large as they need to be, reducing the time to download the image and the amount of disk space that it takes up.

Assuming that #229 is complete, this is probably as simple as switching the base image that's used for the final stage of the Docker build. It might also require updating some of the documentation for working with the container image, because some paths may have changed.

@mscottford mscottford moved this from Backlog to Icebox in Freshli Sep 15, 2022
@mscottford mscottford added this to the v0.8.0 milestone Aug 29, 2023
@mscottford mscottford moved this from Icebox to Backlog in Freshli Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-ops Updates to the CI, build, etc.
Projects
Status: Backlog
Development

No branches or pull requests

1 participant