From 9120d6ee4f4bb7357887d8476b6db835730e15f3 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 8 Dec 2023 09:34:21 +0100 Subject: Make xtesting owner of /src/cnf-testsuite MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8e2d50e8b3af829181d8f9f2a0fcb944d83797e0 Signed-off-by: Cédric Ollivier --- docker/cnf/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/cnf/Dockerfile b/docker/cnf/Dockerfile index 205e1f9b..737f3285 100644 --- a/docker/cnf/Dockerfile +++ b/docker/cnf/Dockerfile @@ -26,6 +26,7 @@ RUN apk --no-cache add --update wget curl libc6-compat ncurses && \ (cd /src/cnf-testsuite && \ git fetch --tags https://github.com/cncf/cnf-testsuite.git $CNF_TESTSUITE_TAG && \ git checkout FETCH_HEAD) && \ + chown -R xtesting: /src/cnf-testsuite && \ ln -s /src/cnf-testsuite/example-cnfs/coredns/cnf-testsuite.yml /src/cnf-testsuite/cnf-testsuite.yml && \ ln -s /src/cnf-testsuite/points-all.yml /src/cnf-testsuite/points.yml && \ ln -s /usr/local/bin/cnf-testsuite /src/cnf-testsuite/cnf-testsuite && \ -- cgit 1.2.3-korg