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

Leverage Docker Layer System #1191

Merged
merged 2 commits into from
Oct 2, 2023
Merged

Leverage Docker Layer System #1191

merged 2 commits into from
Oct 2, 2023

Conversation

guyou
Copy link
Contributor

@guyou guyou commented Aug 20, 2023

Dockerfile best practices recommend to move the installation of external dependencies before specific code. This will improve local development experience by improving Docker cache management and it will improve final Docker images compaction by sharing the first layers.

guyou added 2 commits August 20, 2023 12:31
Dockerfile best practices recommend to move the installation of external dependencies before specific code.
This will improve local development experience by improving Docker cache management
and it will improve final Docker images compaction by sharing the first layers.
Dockerfile best practices recommend to move the installation of external dependencies before specific code.
This will improve local development experience by improving Docker cache management
and it will improve final Docker images compaction by sharing the first layers.
@guyou guyou marked this pull request as ready for review August 20, 2023 10:35
@tsl0922 tsl0922 merged commit c4beea2 into tsl0922:main Oct 2, 2023
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.

2 participants