From 5ec44f208d403b3c716368676fa9be92c58aadc0 Mon Sep 17 00:00:00 2001 From: Joe Eltgroth Date: Tue, 13 Jun 2023 16:51:46 -0500 Subject: [PATCH] Fixing ci Signed-off-by: Joe Eltgroth --- ci/docker-tile-generator/Dockerfile | 2 +- ci/pipeline.yml.jinja2 | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/docker-tile-generator/Dockerfile b/ci/docker-tile-generator/Dockerfile index a533bbc..5fb4ffe 100644 --- a/ci/docker-tile-generator/Dockerfile +++ b/ci/docker-tile-generator/Dockerfile @@ -1,4 +1,4 @@ -FROM harbor-repo.vmware.com/dockerhub-proxy-cache/library/python:3.11.4-slim +FROM harbor-repo.vmware.com/dockerhub-proxy-cache/library/python:3-slim RUN apt-get update && \ apt-get install --yes git wget zip && \ diff --git a/ci/pipeline.yml.jinja2 b/ci/pipeline.yml.jinja2 index 41923b0..214ef54 100644 --- a/ci/pipeline.yml.jinja2 +++ b/ci/pipeline.yml.jinja2 @@ -235,7 +235,7 @@ jobs: type: docker-image source: repository: harbor-repo.vmware.com/dockerhub-proxy-cache/library/python - tag: 3-slim-stretch + tag: 3.11.4-slim platform: linux inputs: - name: tile-generator-repo @@ -253,6 +253,7 @@ jobs: - -exc - | command -v virtualenv >/dev/null 2>&1 || pip install virtualenv + echo "deb http://security.debian.org/debian-security bullseye-security main contrib non-free" >> /etc/apt/sources.list apt update command -v objcopy >/dev/null 2>&1 && command -v git >/dev/null 2>&1 || apt install --yes binutils git apt install patchelf