ADD operation does not support multiple file copies (with tar extractions). Differs from docker builds. #2409
Labels
area/dockerfile-command
For all bugs related to dockerfile file commands
categorized
differs-from-docker
feat/docker-syntax
kind/bug
Something isn't working
kind/enhancement
New feature or request
priority/p1
Basic need feature compatibility with docker build. we should be working on this next.
works-with-docker
Actual behavior
'ADD' operation does not support multiple files
Expected behavior
'ADD' operation adds (and extracts if tar/gz) all files.
To Reproduce
Steps to reproduce the behavior:
Additional Information
text.txt
, and any random validtar.tar
tar.tar.gz
text.txt
, as well as any other files that were packaged intotar.tar
andtar.tar.gz
under the/app
directory.--cache
flagThe text was updated successfully, but these errors were encountered: