[HONOLULU] set honolulu version for honolulu xtesting dockers 67/120167/1
authormorganrol <morgan.richomme@orange.com>
Fri, 2 Apr 2021 12:59:37 +0000 (14:59 +0200)
committermorganrol <morgan.richomme@orange.com>
Fri, 2 Apr 2021 12:59:37 +0000 (14:59 +0200)
For each new stable version, we shall point to the honolulu branch
of the different components we are integrating in the xtesting dockers

Issue-ID: INT-1901

Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I87bf24374cc237d0a539a89200d4ca866ec5fcf2

healthcheck/docker/Dockerfile
infra-healthcheck/docker/Dockerfile
security/docker/Dockerfile
smoke-usecases-pythonsdk/docker/Dockerfile
smoke-usecases-robot/docker/Dockerfile

index 9fbef70..ddda87f 100644 (file)
@@ -2,7 +2,7 @@ FROM opnfv/xtesting:jerma
 
 ARG OPENSTACK_TAG=master
 ARG OPNFV_TAG=master
-ARG ONAP_TAG=master
+ARG ONAP_TAG=honolulu
 ARG PIP_TAG=20.1
 
 ENV PYTHONPATH $PYTHONPATH:/src/testing-utils/robotframework-onap/eteutils
index 2ab466b..8d32d62 100644 (file)
@@ -1,10 +1,10 @@
 FROM opnfv/xtesting
 
-ARG KUBERNETES_VERSION="v1.15.11"
+ARG KUBERNETES_VERSION="v1.19.7"
 ARG HELM_VERSION="v2.16.6"
 ARG HELM3_VERSION="v3.3.4"
-ARG ONAP_TESTS_TAG=master
-ARG ONAP_TAG=master
+ARG ONAP_TESTS_TAG=honolulu
+ARG ONAP_TAG=honolulu
 
 ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
 
index bcdfebd..bc97540 100644 (file)
@@ -18,9 +18,9 @@ RUN CGO_ENABLED=0 go install -a -ldflags '-w -s -extldflags "-static"'
 
 FROM opnfv/xtesting AS run
 
-ARG KUBERNETES_VERSION="v1.15.2"
-ARG ONAP_TAG=master
-ARG ONAP_TESTS_TAG=master
+ARG KUBERNETES_VERSION="v1.19.7"
+ARG ONAP_TAG=honolulu
+ARG ONAP_TESTS_TAG=honolulu
 
 # Install kubectl
 # Note: Latest version may be found on:
index f6b6c96..2b40588 100644 (file)
@@ -2,7 +2,7 @@ FROM opnfv/xtesting
 
 MAINTAINER Morgan Richomme <morgan.richomme@orange.com>
 
-ARG ONAP_TESTS_TAG=master
+ARG ONAP_TESTS_TAG=honolulu
 ARG ONAPSDK_PYTHON_PATH=/src/onapsdk
 
 ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
index 5ac4989..43be43b 100644 (file)
@@ -4,9 +4,9 @@ MAINTAINER Morgan Richomme <morgan.richomme@orange.com>
 
 ARG OPENSTACK_TAG=master
 ARG OPNFV_TAG=master
-ARG ONAP_TAG=master
+ARG ONAP_TAG=honolulu
 ARG PIP_TAG=20.1
-ARG KUBERNETES_VERSION="v1.15.11"
+ARG KUBERNETES_VERSION="v1.19.7"
 
 ENV TAG all
 ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1