Update accessbot,ircboot and matrix-eavesdrop to bookworm container

Change-Id: Idb096e21f57df3db1acc3d3afe3881e2e540f965
This commit is contained in:
Tony Breeds 2023-07-11 13:28:06 +10:00
parent b3fb6641ad
commit 31c3aa52b9
7 changed files with 13 additions and 13 deletions

View File

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM docker.io/opendevorg/python-base:3.11-bullseye
FROM docker.io/opendevorg/python-base:3.11-bookworm
RUN pip install pyyaml irc
COPY accessbot.py /usr/local/bin/accessbot.py

View File

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM docker.io/opendevorg/python-builder:3.9-bullseye as builder
FROM docker.io/opendevorg/python-builder:3.9-bookworm as builder
ARG ZUUL_SIBLINGS=""
RUN apt-get update \
@ -25,7 +25,7 @@ COPY . /tmp/src
RUN assemble
FROM docker.io/opendevorg/python-base:3.9-bullseye as ircbot
FROM docker.io/opendevorg/python-base:3.9-bookworm as ircbot
COPY --from=builder /output /output

View File

@ -13,12 +13,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM docker.io/opendevorg/python-builder:3.9-bullseye as builder
FROM docker.io/opendevorg/python-builder:3.9-bookworm as builder
COPY src /tmp/src
RUN assemble
FROM docker.io/opendevorg/python-base:3.9-bullseye as eavesdrop
FROM docker.io/opendevorg/python-base:3.9-bookworm as eavesdrop
COPY --from=builder /output/ /output
RUN /output/install-from-bindep \

View File

@ -3,7 +3,7 @@
name: system-config-build-image-accessbot
description: Build a accessbot image.
parent: system-config-build-image
requires: python-base-3.11-bullseye-container-image
requires: python-base-3.11-bookworm-container-image
provides: accessbot-container-image
vars: &accessbot_vars
docker_images:
@ -17,7 +17,7 @@
name: system-config-upload-image-accessbot
description: Build and upload a accessbot image.
parent: system-config-upload-image
requires: python-base-3.11-bullseye-container-image
requires: python-base-3.11-bookworm-container-image
provides: accessbot-container-image
vars: *accessbot_vars
files: *accessbot_files

View File

@ -4,8 +4,8 @@
description: Build a matrix-eavesdrop image.
parent: system-config-build-image
requires: &matrix-eavesdrop_requires
- python-base-3.9-bullseye-container-image
- python-builder-3.9-bullseye-container-image
- python-base-3.9-bookworm-container-image
- python-builder-3.9-bookworm-container-image
provides: matrix-eavesdrop-container-image
vars: &matrix-eavesdrop_vars
docker_images:

View File

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

View File

@ -137,7 +137,7 @@
- system-config-build-image-accessbot:
dependencies:
- name: opendev-buildset-registry
- name: system-config-build-image-python-base-3.11-bullseye
- name: system-config-build-image-python-base-3.11-bookworm
soft: true
- system-config-build-image-ircbot:
dependencies:
@ -296,7 +296,7 @@
- system-config-upload-image-accessbot:
dependencies:
- name: opendev-buildset-registry
- name: system-config-upload-image-python-base-3.11-bullseye
- name: system-config-upload-image-python-base-3.11-bookworm
soft: true
- system-config-upload-image-ircbot:
dependencies: