perf(images): use multi-stage to reduce populate_jail image size#151
Merged
asteny merged 3 commits intonebius:devfrom Oct 30, 2024
CrackedPoly:main
Merged
perf(images): use multi-stage to reduce populate_jail image size#151asteny merged 3 commits intonebius:devfrom CrackedPoly:main
asteny merged 3 commits intonebius:devfrom
CrackedPoly:main
Conversation
Release 1.14.14
reduce populate_jail image from ~20G to ~10G Signed-off-by: Luo Jian <crackedpoly@outlook.com>
asteny
requested changes
Oct 29, 2024
Collaborator
asteny
left a comment
There was a problem hiding this comment.
Hello! Thanks for your contribution. Please fix comment and lets merge it. I changed the branch to dev, because we have release process based on dev branch. We collecting changes in dev branch and then merge them all in main and build stable version of soperator. So, you changes will be in next release.
Signed-off-by: Luo Jian <crackedpoly@outlook.com>
asteny
approved these changes
Oct 30, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
After using multiple stages in docker build, we can reduce populate_jail image from ~20G to ~10G.
You should merge this as the size is laaaaarge.