aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormorganrol <morgan.richomme@orange.com>2021-04-02 14:59:37 +0200
committermorganrol <morgan.richomme@orange.com>2021-04-02 14:59:37 +0200
commit5cf015aaca19b1d3d45803e9bd354b741b2e8877 (patch)
tree95b8cd8624ffb968f722f4f41ef60c087f547933
parentba4d93fa3218d1024fd547d9f5d975bf05b11e93 (diff)
[HONOLULU] set honolulu version for honolulu xtesting dockers
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
-rw-r--r--healthcheck/docker/Dockerfile2
-rw-r--r--infra-healthcheck/docker/Dockerfile6
-rw-r--r--security/docker/Dockerfile6
-rw-r--r--smoke-usecases-pythonsdk/docker/Dockerfile2
-rw-r--r--smoke-usecases-robot/docker/Dockerfile4
5 files changed, 10 insertions, 10 deletions
diff --git a/healthcheck/docker/Dockerfile b/healthcheck/docker/Dockerfile
index 9fbef70..ddda87f 100644
--- a/healthcheck/docker/Dockerfile
+++ b/healthcheck/docker/Dockerfile
@@ -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
diff --git a/infra-healthcheck/docker/Dockerfile b/infra-healthcheck/docker/Dockerfile
index 2ab466b..8d32d62 100644
--- a/infra-healthcheck/docker/Dockerfile
+++ b/infra-healthcheck/docker/Dockerfile
@@ -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
diff --git a/security/docker/Dockerfile b/security/docker/Dockerfile
index bcdfebd..bc97540 100644
--- a/security/docker/Dockerfile
+++ b/security/docker/Dockerfile
@@ -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:
diff --git a/smoke-usecases-pythonsdk/docker/Dockerfile b/smoke-usecases-pythonsdk/docker/Dockerfile
index f6b6c96..2b40588 100644
--- a/smoke-usecases-pythonsdk/docker/Dockerfile
+++ b/smoke-usecases-pythonsdk/docker/Dockerfile
@@ -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
diff --git a/smoke-usecases-robot/docker/Dockerfile b/smoke-usecases-robot/docker/Dockerfile
index 5ac4989..43be43b 100644
--- a/smoke-usecases-robot/docker/Dockerfile
+++ b/smoke-usecases-robot/docker/Dockerfile
@@ -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