diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1e8d2ac..b84e00f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,6 +15,6 @@ jobs: image: ghcr.io/radiorabe/python-minimal name: python-minimal display-name: RaBe Python Base Image Minimal - tags: minimal rhel8 rabe python python311 + tags: minimal rhel8 rabe python python312 mkdocs: uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@v0.21.2 diff --git a/Dockerfile b/Dockerfile index 67b8862..d2b34da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ghcr.io/radiorabe/ubi9-minimal:0.7.1 RUN microdnf install -y \ - python3.11 \ + python3.12 \ && microdnf clean all \ - && ln /usr/bin/python3.11 /usr/bin/python \ - && ln /usr/bin/pydoc3.11 /usr/bin/pydoc + && ln /usr/bin/python3.12 /usr/bin/python \ + && ln /usr/bin/pydoc3.12 /usr/bin/pydoc diff --git a/catalog-info.yaml b/catalog-info.yaml index f3af14a..4b6dff0 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -4,13 +4,13 @@ kind: Component metadata: name: python-minimal title: Python on UBI9 Minimal - description: Python 3.11 on UBI9 Minimal. + description: Python 3.12 on UBI9 Minimal. annotations: backstage.io/techdocs-ref: dir:. github.com/project-slug: radiorabe/container-image-python-minimal links: - - url: https://catalog.redhat.com/software/containers/ubi9/python-311/63f764b03f0b02a2e2d63fff - title: Red Hat Python 3.11 + - url: "https://catalog.redhat.com/software/containers/ubi9/python-312/657b08d023df896ebfacf402" + title: Red Hat Python 3.12 spec: type: image lifecycle: experimental