Update Limnoria and move it to python3.12

This bumps up Limnoria to the latest tag and updates the runtime
environment to python3.12. I think deployment of this should be
coordinated around IRC meetings.

Change-Id: I01d83b738f1ae414cd5d9876cd544bc7f9bae557
This commit is contained in:
Clark Boylan
2025-03-14 08:35:45 -07:00
parent eda5bd9f61
commit 08821ca708
3 changed files with 11 additions and 7 deletions

View File

@@ -13,19 +13,19 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM docker.io/opendevorg/python-builder:3.11-bookworm as builder
FROM docker.io/opendevorg/python-builder:3.12-bookworm as builder
ARG ZUUL_SIBLINGS=""
RUN apt-get update \
&& apt-get -y install git
RUN git clone -b master-2023-05-27 https://github.com/ProgVal/Limnoria /tmp/src
RUN git clone -b master-2024-12-22 https://github.com/ProgVal/Limnoria /tmp/src
COPY . /tmp/src
RUN assemble
FROM docker.io/opendevorg/python-base:3.11-bookworm as ircbot
FROM docker.io/opendevorg/python-base:3.12-bookworm as ircbot
COPY --from=builder /output /output

View File

@@ -4,8 +4,8 @@
description: Build a ircbot image.
parent: system-config-build-image
requires: &ircbot_requires
- python-base-3.11-bookworm-container-image
- python-builder-3.11-bookworm-container-image
- python-base-3.12-bookworm-container-image
- python-builder-3.12-bookworm-container-image
provides: ircbot-container-image
required-projects: &ircbot_required_projects
- opendev/meetbot

View File

@@ -139,7 +139,9 @@
- system-config-build-image-ircbot:
dependencies:
- name: opendev-buildset-registry
- name: system-config-build-image-python-builder-3.11-bookworm
- name: system-config-build-image-python-builder-3.12-bookworm
soft: true
- name: system-config-build-image-python-base-3.12-bookworm
soft: true
- system-config-build-image-matrix-eavesdrop:
dependencies:
@@ -288,7 +290,9 @@
- system-config-upload-image-ircbot:
dependencies:
- name: opendev-buildset-registry
- name: system-config-upload-image-python-builder-3.11-bookworm
- name: system-config-upload-image-python-builder-3.12-bookworm
soft: true
- name: system-config-upload-image-python-base-3.12-bookworm
soft: true
- system-config-upload-image-matrix-eavesdrop:
dependencies: