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
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# 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
|
RUN pip install pyyaml irc
|
||||||
COPY accessbot.py /usr/local/bin/accessbot.py
|
COPY accessbot.py /usr/local/bin/accessbot.py
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# 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=""
|
ARG ZUUL_SIBLINGS=""
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
@ -25,7 +25,7 @@ COPY . /tmp/src
|
|||||||
|
|
||||||
RUN assemble
|
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
|
COPY --from=builder /output /output
|
||||||
|
|
||||||
|
@ -13,12 +13,12 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# 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
|
COPY src /tmp/src
|
||||||
RUN assemble
|
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
|
COPY --from=builder /output/ /output
|
||||||
RUN /output/install-from-bindep \
|
RUN /output/install-from-bindep \
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
name: system-config-build-image-accessbot
|
name: system-config-build-image-accessbot
|
||||||
description: Build a accessbot image.
|
description: Build a accessbot image.
|
||||||
parent: system-config-build-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
|
provides: accessbot-container-image
|
||||||
vars: &accessbot_vars
|
vars: &accessbot_vars
|
||||||
docker_images:
|
docker_images:
|
||||||
@ -17,7 +17,7 @@
|
|||||||
name: system-config-upload-image-accessbot
|
name: system-config-upload-image-accessbot
|
||||||
description: Build and upload a accessbot image.
|
description: Build and upload a accessbot image.
|
||||||
parent: system-config-upload-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
|
provides: accessbot-container-image
|
||||||
vars: *accessbot_vars
|
vars: *accessbot_vars
|
||||||
files: *accessbot_files
|
files: *accessbot_files
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
description: Build a matrix-eavesdrop image.
|
description: Build a matrix-eavesdrop image.
|
||||||
parent: system-config-build-image
|
parent: system-config-build-image
|
||||||
requires: &matrix-eavesdrop_requires
|
requires: &matrix-eavesdrop_requires
|
||||||
- python-base-3.9-bullseye-container-image
|
- python-base-3.9-bookworm-container-image
|
||||||
- python-builder-3.9-bullseye-container-image
|
- python-builder-3.9-bookworm-container-image
|
||||||
provides: matrix-eavesdrop-container-image
|
provides: matrix-eavesdrop-container-image
|
||||||
vars: &matrix-eavesdrop_vars
|
vars: &matrix-eavesdrop_vars
|
||||||
docker_images:
|
docker_images:
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
description: Build a ircbot image.
|
description: Build a ircbot image.
|
||||||
parent: system-config-build-image
|
parent: system-config-build-image
|
||||||
requires: &ircbot_requires
|
requires: &ircbot_requires
|
||||||
- python-base-3.9-bullseye-container-image
|
- python-base-3.9-bookworm-container-image
|
||||||
- python-builder-3.9-bullseye-container-image
|
- python-builder-3.9-bookworm-container-image
|
||||||
provides: ircbot-container-image
|
provides: ircbot-container-image
|
||||||
required-projects: &ircbot_required_projects
|
required-projects: &ircbot_required_projects
|
||||||
- opendev/meetbot
|
- opendev/meetbot
|
||||||
|
@ -137,7 +137,7 @@
|
|||||||
- system-config-build-image-accessbot:
|
- system-config-build-image-accessbot:
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: opendev-buildset-registry
|
- 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
|
soft: true
|
||||||
- system-config-build-image-ircbot:
|
- system-config-build-image-ircbot:
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -296,7 +296,7 @@
|
|||||||
- system-config-upload-image-accessbot:
|
- system-config-upload-image-accessbot:
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: opendev-buildset-registry
|
- 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
|
soft: true
|
||||||
- system-config-upload-image-ircbot:
|
- system-config-upload-image-ircbot:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Loading…
Reference in New Issue
Block a user