X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docker%2Fcore%2FDockerfile;h=eefc0da87ce08ed728b01bc845a36560f0e3aaee;hb=b1e22e37cc436451b3519a0ef7f9704b5a86f9cc;hp=9f1e489f3f2218f3ae4ee675900f719aa1656f4d;hpb=b3bb826fcc018791d92b546589d7044fea637ce9;p=functest-kubernetes.git diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index 9f1e489f..eefc0da8 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -40,7 +40,10 @@ RUN apk -U upgrade && \ printf "[database]\nconnection = 'sqlite:////var/lib/rally/database/rally.sqlite'" > /etc/rally/rally.conf && \ mkdir -p /var/lib/rally/database && rally db create && \ rm -r /src/requirements/.git /tmp/Try-a-quick-fix-vs-asynchronuous-issues.patch && \ + addgroup -g 1000 xtesting && adduser -u 1000 -G xtesting -D xtesting && \ + mkdir -p /etc/xtesting && chown -R xtesting: /etc/xtesting && \ apk del .build-deps +USER xtesting COPY logging.ini /etc/xtesting/logging.ini COPY logging.debug.ini /etc/xtesting/logging.debug.ini CMD ["run_tests", "-t", "all"]