You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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*
The text was updated successfully, but these errors were encountered:
Use case
It's handy to be able to exclude specific directories when doing a COPY command. For example:
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
The text was updated successfully, but these errors were encountered: