Update jinja-init image to bookworm

And upgrade to python 3.11.

Change-Id: I47a99263b93be027ffe251fce24d677d07f519d7
This commit is contained in:
James E. Blair 2023-08-24 10:41:49 -07:00
parent 1b64bb2e31
commit 1354a1e6da
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
FROM docker.io/opendevorg/python-base:3.9-bullseye as build
FROM docker.io/opendevorg/python-base:3.11-bookworm as build
RUN apt-get update && apt-get -y install \
git \
@ -25,7 +25,7 @@ WORKDIR /src/jinja-init
RUN git checkout 8c13a44124a5a363519df787b1cd0abd1198b8df
FROM docker.io/opendevorg/python-base:3.9-bullseye as jinja-init
FROM docker.io/opendevorg/python-base:3.11-bookworm as jinja-init
RUN pip install jinja2

View File

@ -3,7 +3,7 @@
name: system-config-build-image-jinja-init
description: Build a jinja-init image.
parent: system-config-build-image
requires: python-base-3.9-bullseye-container-image
requires: python-base-3.11-bookworm-container-image
provides: jinja-init-container-image
vars: &jinja-init_vars
docker_images:
@ -18,7 +18,7 @@
name: system-config-upload-image-jinja-init
description: Build and upload a jinja-init image.
parent: system-config-upload-image
requires: python-base-3.9-bullseye-container-image
requires: python-base-3.11-bookworm-container-image
provides: jinja-init-container-image
vars: *jinja-init_vars
files: *jinja-init_files