Merge "Make bookworm the python Dockerfile parent default image"
This commit is contained in:
commit
aefc69c9ab
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user