Update ircbot and matrix-eavesdrop to python-3.11
Change-Id: I813f62d06212b09638baa7ef0be0de1ad9ff7d83
This commit is contained in:
parent
1fb8548a02
commit
3b2016039c
@ -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-bookworm as builder
|
FROM docker.io/opendevorg/python-builder:3.11-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-bookworm as ircbot
|
FROM docker.io/opendevorg/python-base:3.11-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-bookworm as builder
|
FROM docker.io/opendevorg/python-builder:3.11-bookworm as builder
|
||||||
|
|
||||||
COPY src /tmp/src
|
COPY src /tmp/src
|
||||||
RUN assemble
|
RUN assemble
|
||||||
|
|
||||||
FROM docker.io/opendevorg/python-base:3.9-bookworm as eavesdrop
|
FROM docker.io/opendevorg/python-base:3.11-bookworm as eavesdrop
|
||||||
|
|
||||||
COPY --from=builder /output/ /output
|
COPY --from=builder /output/ /output
|
||||||
RUN /output/install-from-bindep \
|
RUN /output/install-from-bindep \
|
||||||
|
@ -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-bookworm-container-image
|
- python-base-3.11-bookworm-container-image
|
||||||
- python-builder-3.9-bookworm-container-image
|
- python-builder-3.11-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-bookworm-container-image
|
- python-base-3.11-bookworm-container-image
|
||||||
- python-builder-3.9-bookworm-container-image
|
- python-builder-3.11-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
|
||||||
|
Loading…
Reference in New Issue
Block a user