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

Use linked copies in Dockerfile #246

Merged
merged 1 commit into from
Mar 14, 2022
Merged

Use linked copies in Dockerfile #246

merged 1 commit into from
Mar 14, 2022

Conversation

lucacome
Copy link
Member

From the docs https://github.com/moby/buildkit/blob/dockerfile/1.4.0/frontend/dockerfile/docs/syntax.md#linked-copies-copy---link-add---link

Enabling this flag in COPY or ADD commands allows you to copy files with enhanced semantics where your files remain independent on their own layer and don't get invalidated when commands on previous layers are changed.

@lucacome lucacome requested a review from a team March 11, 2022 01:14
@lucacome lucacome self-assigned this Mar 11, 2022
@github-actions github-actions bot added the chore Pull requests for routine tasks label Mar 11, 2022
@lucacome lucacome merged commit 8f4870e into master Mar 14, 2022
@lucacome lucacome deleted the chore/dockerfile-1.4 branch March 14, 2022 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Pull requests for routine tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants