Merge "Update zookeeper-statsd to python3.9 on bullseye"

This commit is contained in:
Zuul 2021-11-05 20:46:07 +00:00 committed by Gerrit Code Review
commit 7ef6520aad
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM docker.io/opendevorg/python-base:3.7
FROM docker.io/opendevorg/python-base:3.9-bullseye
COPY zookeeper-statsd.py /usr/local/bin
RUN pip install statsd

View File

@ -3,7 +3,7 @@
name: system-config-build-image-zookeeper-statsd
description: Build a zookeeper-statsd image.
parent: system-config-build-image
requires: python-base-3.7-buster-container-image
requires: python-base-3.9-bullseye-container-image
vars: &zookeeper-statsd_vars
docker_images:
- context: docker/zookeeper-statsd
@ -16,7 +16,7 @@
name: system-config-upload-image-zookeeper-statsd
description: Build and upload a zookeeper-statsd image.
parent: system-config-upload-image
requires: python-base-3.7-buster-container-image
requires: python-base-3.9-bullseye-container-image
vars: *zookeeper-statsd_vars
files: *zookeeper-statsd_files