Change-Id: I40b1649de859db07dd69063747e1c3606cff5b07
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
FROM alpine:3.16
ARG BRANCH=stable/zed
-ARG OPENSTACK_TAG=stable/zed
+ARG OPENSTACK_TAG=unmaintained/zed
RUN apk -U upgrade && \
apk --no-cache add --update python3 py3-pip py3-wheel bash git mailcap libxml2 libxslt ansible && \
usedevelop = True
deps =
-c{toxinidir}/upper-constraints.txt
- -chttps://opendev.org/openstack/requirements/raw/branch/stable/zed/upper-constraints.txt
+ -chttps://opendev.org/openstack/requirements/raw/branch/unmaintained/zed/upper-constraints.txt
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
install_command = pip install {opts} {packages}