Tests for ADD tar
Docker-DCO-1.1-Signed-off-by: Tibor Vass <teabee89@gmail.com> (github: tiborvass) Conflicts: integration-cli/docker_cli_build_test.go Docker-DCO-1.1-Signed-off-by: Tibor Vass <teabee89@gmail.com> (github: vieux) Upstream-commit: 699556e6619ce6806030e87ee1f3ea57bcdefd81 Component: engine
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
FROM busybox
|
||||
ADD test.tar /test.tar
|
||||
RUN cat /test.tar/test/foo
|
||||
Binary file not shown.
@ -0,0 +1,3 @@
|
||||
FROM busybox
|
||||
ADD test.tar /
|
||||
RUN cat /test/foo
|
||||
Binary file not shown.
Reference in New Issue
Block a user