aboutsummaryrefslogtreecommitdiffstats
path: root/candidate-usecases/docker/Dockerfile
diff options
context:
space:
mode:
authormorganrol <morgan.richomme@orange.com>2021-08-18 16:42:58 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2021-08-19 12:14:24 +0000
commitb273dfa6e5cd201aff061209eff27ef0f3828d51 (patch)
treeaaa71e542276202711ff112f84792e3e31e40bf0 /candidate-usecases/docker/Dockerfile
parent3f62633034294bfb3644f63f29713db6965eb4a9 (diff)
[XTESTING] Fix opnfv/xtesting version to wallaby
opnfv/xtesting master triggered a change in the alpine baseline image (3.14) As a consequence the xtesting docker relying on master were broken, as the list of testcases was not overwrittent in pytho3.9 lib folder 2 options were possible: - fix the version (wallaby) - align the xtesting dockers and change the path to use 3.9 option1 is more secured. For the moment python3.8 is enough for the SDK. If needed we could upgrade later. Issue-ID: TEST-359 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: Iaeada26416e0929a11c17f5c2803448c5a23888c (cherry picked from commit 2e7b7aa9773c4aa8e0334a1398bb12171e6b53d8)
Diffstat (limited to 'candidate-usecases/docker/Dockerfile')
-rw-r--r--candidate-usecases/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/candidate-usecases/docker/Dockerfile b/candidate-usecases/docker/Dockerfile
index b6dae67..a8af59e 100644
--- a/candidate-usecases/docker/Dockerfile
+++ b/candidate-usecases/docker/Dockerfile
@@ -1,4 +1,4 @@
-FROM opnfv/xtesting
+FROM opnfv/xtesting:wallaby
MAINTAINER Morgan Richomme <morgan.richomme@orange.com>