Update accessbot,ircboot and matrix-eavesdrop to bookworm container
Change-Id: Idb096e21f57df3db1acc3d3afe3881e2e540f965
This commit is contained in:
parent
b3fb6641ad
commit
31c3aa52b9
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user