diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-07-12 15:57:16 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-07-14 20:22:51 -0400 |
commit | c9970647ba6338aeb29c1bd82d8f22f33b1880b9 (patch) | |
tree | 2b05f930ad17f8aba5450bd838923d011195b7b5 /test/e2e/volume_rm_test.go | |
parent | 1e236845e631d6f7596f6bd094d55f58b8156e06 (diff) | |
download | podman-c9970647ba6338aeb29c1bd82d8f22f33b1880b9.tar.gz podman-c9970647ba6338aeb29c1bd82d8f22f33b1880b9.tar.bz2 podman-c9970647ba6338aeb29c1bd82d8f22f33b1880b9.zip |
podman-remote build use .containerignore over .dockerignore
$ mkdir zzz;cd zzz
$ printf "FROM quay.io/libpod/testimage:20210610\nCOPY ./ ./\nCOPY subdir ./\n" >Dockerfile
$ printf "*\nsubdir\n\!*/sub1*\n" >.dockerignore
$ mkdir subdir; touch subdir/sub1.txt
$ ../bin/podman-remote build .
Should fail, but succeeds because we are not sending over the
.dockerignore file to the server side. This PR will send the
.dockerignore so the server side and use it.
Fixes: #10907
Also if both .containerignore and .dockerignore in the context
directory, podman-remote should prefer .containerignore and not use
.dockerignore.
Fixes: #10908
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test/e2e/volume_rm_test.go')
0 files changed, 0 insertions, 0 deletions