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

docker: reduce image size by using multi-stage #194

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

glimchb
Copy link
Contributor

@glimchb glimchb commented Jul 21, 2022

Signed-off-by: Boris Glimcher Boris.Glimcher@emc.com

@glimchb
Copy link
Contributor Author

glimchb commented Jul 21, 2022

2x reduction:

$ docker images | head
REPOSITORY                                        TAG                 IMAGE ID            CREATED             SIZE
<none>                                            <none>              70141cce1f18        8 minutes ago       450MB
<none>                                            <none>              a5686720a676        8 minutes ago       811MB

@codecov-commenter
Copy link

codecov-commenter commented Jul 21, 2022

Codecov Report

Merging #194 (88bf9da) into main (70a1fb2) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #194   +/-   ##
=======================================
  Coverage   57.94%   57.94%           
=======================================
  Files          14       14           
  Lines        1612     1612           
=======================================
  Hits          934      934           
  Misses        678      678           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 70a1fb2...88bf9da. Read the comment docs.

Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants