Przeglądaj źródła

Merge pull request #39115 from thaJeztah/fix_e2e_image

Dockerfile.e2e fix TestBuildPreserveOwnership
Tibor Vass 6 lat temu
rodzic
commit
3cd54c28fd
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      Dockerfile.e2e

+ 3 - 1
Dockerfile.e2e

@@ -57,7 +57,9 @@ RUN addgroup docker && adduser -D -G docker unprivilegeduser -s /bin/ash
 
 COPY contrib/httpserver/Dockerfile /tests/contrib/httpserver/Dockerfile
 COPY contrib/syscall-test /tests/contrib/syscall-test
-COPY integration-cli/fixtures /tests/integration-cli/fixtures
+COPY integration/testdata       /tests/integration/testdata
+COPY integration/build/testdata /tests/integration/build/testdata
+COPY integration-cli/fixtures   /tests/integration-cli/fixtures
 
 COPY hack/test/e2e-run.sh /scripts/run.sh
 COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh