-
Notifications
You must be signed in to change notification settings - Fork 143
Closed
Labels
A-devopsArea: Pipelines, CI/CD and DockerfilesArea: Pipelines, CI/CD and DockerfilesC-designCategory: Software design workCategory: Software design workC-enhancementCategory: This is an improvementCategory: This is an improvementI-heavyProblems with excessive memory, disk, or CPU usageProblems with excessive memory, disk, or CPU usageP-Low ❄️S-needs-triageStatus: A bug report needs triageStatus: A bug report needs triage
Milestone
Description
Motivation
When files are copied into the Dockerfile with the COPY
command, the cache can get invalidated. We could improve this by using the --link
option which creates more independent layers to avoid rebuilding when not needed
Specifications
Documentation: https://docs.docker.com/engine/reference/builder/#copy---link
teor2345 and sanmai-NL
Metadata
Metadata
Assignees
Labels
A-devopsArea: Pipelines, CI/CD and DockerfilesArea: Pipelines, CI/CD and DockerfilesC-designCategory: Software design workCategory: Software design workC-enhancementCategory: This is an improvementCategory: This is an improvementI-heavyProblems with excessive memory, disk, or CPU usageProblems with excessive memory, disk, or CPU usageP-Low ❄️S-needs-triageStatus: A bug report needs triageStatus: A bug report needs triage