-
Notifications
You must be signed in to change notification settings - Fork 443
Open
Labels
type:proposalA proposal for a new featureA proposal for a new feature
Description
Use case
It's handy to be able to exclude specific directories when doing a COPY command. For example:
COPY . .
The above command would potentially get output files from the OUTPUT ARTIFACT ... AS LOCAL ... command. If COPY got the --exclude arg (which actually exists in Docker today), you could exclude binaries and other potential sources of unwanted data.
Expected Behavior
COPY --exclude output*
cmnrd
Metadata
Metadata
Assignees
Labels
type:proposalA proposal for a new featureA proposal for a new feature