From: morganrol Date: Tue, 9 Feb 2021 07:43:08 +0000 (+0100) Subject: Fix xtesting docker build crypto issue X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4afbdf359259099637cb720998d7361957badf9d;p=integration%2Fxtesting.git Fix xtesting docker build crypto issue Set the env file CRYPTOGRAPHY_DONT_BUILD_RUST=1 Issue-ID: INT-1852 Signed-off-by: morganrol Change-Id: I84ccbbacd5ba024c00a7149a8b4a5e927011ab9f --- diff --git a/healthcheck/docker/Dockerfile b/healthcheck/docker/Dockerfile index bcaf378..d52240b 100644 --- a/healthcheck/docker/Dockerfile +++ b/healthcheck/docker/Dockerfile @@ -3,10 +3,11 @@ FROM opnfv/xtesting:jerma ARG OPENSTACK_TAG=master ARG OPNFV_TAG=master ARG ONAP_TAG=master -ARG PIP_TAG=19.3.1 +ARG PIP_TAG=21.0.1 ENV PYTHONPATH $PYTHONPATH:/src/testing-utils/robotframework-onap/eteutils ENV TAG all +ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1 COPY requirements.txt requirements.txt RUN apk --no-cache add --update openssl chromium chromium-chromedriver && \ diff --git a/infra-healthcheck/docker/Dockerfile b/infra-healthcheck/docker/Dockerfile index ca4af7b..2ab466b 100644 --- a/infra-healthcheck/docker/Dockerfile +++ b/infra-healthcheck/docker/Dockerfile @@ -6,6 +6,8 @@ ARG HELM3_VERSION="v3.3.4" ARG ONAP_TESTS_TAG=master ARG ONAP_TAG=master +ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1 + # Install kubectl # Note: Latest version may be found on: # https://aur.archlinux.org/packages/kubectl-bin/ diff --git a/smoke-usecases-pythonsdk/docker/Dockerfile b/smoke-usecases-pythonsdk/docker/Dockerfile index 9318d26..8e01e03 100644 --- a/smoke-usecases-pythonsdk/docker/Dockerfile +++ b/smoke-usecases-pythonsdk/docker/Dockerfile @@ -3,6 +3,7 @@ FROM opnfv/xtesting MAINTAINER Morgan Richomme ARG ONAP_TESTS_TAG=master +ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1 RUN apk add --no-cache python3 git && \ apk add --no-cache --virtual .build-deps libffi-dev python3-dev \ diff --git a/smoke-usecases-robot/docker/Dockerfile b/smoke-usecases-robot/docker/Dockerfile index 5a614c0..faa57e7 100644 --- a/smoke-usecases-robot/docker/Dockerfile +++ b/smoke-usecases-robot/docker/Dockerfile @@ -5,10 +5,11 @@ MAINTAINER Morgan Richomme ARG OPENSTACK_TAG=master ARG OPNFV_TAG=master ARG ONAP_TAG=master -ARG PIP_TAG=20.1 +ARG PIP_TAG=21.0.1 ARG KUBERNETES_VERSION="v1.15.11" ENV TAG all +ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1 # Install kubectl # Note: Latest version may be found on: