Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: reduce docker layer count in final image #187

Merged
merged 1 commit into from
Mar 17, 2023

Conversation

strophy
Copy link
Collaborator

@strophy strophy commented Mar 17, 2023

We have ~10 unnecessary layers in the final image, each containing only a few bytes of changes to create symlinks. Each of these layers must be pulled, which can add ~5s latency per layer when working from a location not near wherever Docker Hub stores images. This PR reduces that layer count a bit.

@strophy strophy requested a review from rvolosatovs as a code owner March 17, 2023 02:44
@rvolosatovs rvolosatovs enabled auto-merge (rebase) March 17, 2023 09:08
@strophy strophy force-pushed the chore/reduce-layer-count branch from 3702ada to 2d2b6b7 Compare March 17, 2023 09:45
@rvolosatovs rvolosatovs merged commit e4aa721 into main Mar 17, 2023
@rvolosatovs rvolosatovs deleted the chore/reduce-layer-count branch March 17, 2023 09:49
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants