Merge "Make bookworm the python Dockerfile parent default image"

This commit is contained in:
Zuul 2023-12-05 20:09:51 +00:00 committed by Gerrit Code Review
commit aefc69c9ab
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
# Comment to force rebuilds Wed Oct 4 03:32:07 PM UTC 2023
ARG PYTHON_VERSION=3.11
ARG DEBIAN_VERSION=bullseye
ARG DEBIAN_VERSION=bookworm
ARG IMAGE_FLAVOR=slim-
FROM docker.io/library/python:${PYTHON_VERSION}-${IMAGE_FLAVOR}${DEBIAN_VERSION}
# Necessary to use this var in the RUN below

View File

@ -16,7 +16,7 @@
# Comment to force rebuilds Wed Oct 4 03:32:07 PM UTC 2023
ARG PYTHON_VERSION=3.11
ARG DEBIAN_VERSION=bullseye
ARG DEBIAN_VERSION=bookworm
FROM docker.io/library/python:${PYTHON_VERSION}-slim-${DEBIAN_VERSION} as fake-python
WORKDIR /tmp

View File

@ -14,7 +14,7 @@
# limitations under the License.
ARG PYTHON_VERSION=3.11
ARG DEBIAN_VERSION=bullseye
ARG DEBIAN_VERSION=bookworm
FROM docker.io/opendevorg/python-builder:${PYTHON_VERSION}-${DEBIAN_VERSION} as builder
ARG PYTHON_VERSION