diff options
author | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2024-05-16 18:32:17 +0200 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2024-05-16 19:24:25 +0200 |
commit | f208ee19227579d8497b391d14e38bfc937b9869 (patch) | |
tree | d0ba66b669447f8b9c9d031483699a8aff26df97 /healthcheck/docker | |
parent | b59c4a660eae7768fd546297fdcbce4564bf0d55 (diff) |
[XTESTING] Update link to upper-constraintsnewdelhi
update link to upper-constraints.txt
Issue-ID: DOC-823
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: Id9723b1087e952398677dddcd9945be7a0bef166
Diffstat (limited to 'healthcheck/docker')
-rw-r--r-- | healthcheck/docker/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/healthcheck/docker/Dockerfile b/healthcheck/docker/Dockerfile index 6229f7f..2e98248 100644 --- a/healthcheck/docker/Dockerfile +++ b/healthcheck/docker/Dockerfile @@ -1,6 +1,6 @@ FROM opnfv/xtesting:jerma -ARG OPENSTACK_TAG=stable/wallaby +ARG OPENSTACK_TAG=yoga ARG PIP_TAG=20.1 ARG OPNFV_TAG=stable/jerma ARG ONAP_TAG=master @@ -23,7 +23,7 @@ RUN apk --no-cache add --update openssl chromium chromium-chromedriver && \ git clone --depth 1 https://git.onap.org/testsuite -b $ONAP_TAG /var/opt/ONAP && \ git clone --depth 1 https://git.onap.org/demo -b $ONAP_TAG /src/demo && \ pip install \ - -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=$OPENSTACK_TAG \ + -chttps://releases.openstack.org/constraints/upper/$OPENSTACK_TAG \ pip==$PIP_TAG && \ pip install \ -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=$OPNFV_TAG \ |