Commit d2d03a52 authored by Julien Cristau's avatar Julien Cristau Committed by jcristau@mozilla.com
Browse files

Bug 1967222 - rebase decision docker image on debian 12 r=releng-reviewers,bhearsum

parent 34ccd31b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
FROM  $DOCKER_IMAGE_PARENT
MAINTAINER    Andrew Halberstadt <ahal@mozilla.com>
LABEL maintainer="Andrew Halberstadt <ahal@mozilla.com>"

RUN mkdir /builds/worker/artifacts && \
    chown worker:worker /builds/worker/artifacts
+1 −1
Original line number Diff line number Diff line
4.1.0
5.0.0
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@ test "$(whoami)" == 'root'

apt-get update
apt-get install \
    python \
    python-is-python3 \
    sudo \
    python3-yaml \
    python3-pip

pip install --disable-pip-version-check --quiet --no-cache-dir orjson==3.10.15
pip install --break-system-packages --disable-pip-version-check --quiet --no-cache-dir orjson==3.10.15

apt-get remove --purge python3-pip
apt-get autoremove --purge
+1 −1
Original line number Diff line number Diff line
@@ -341,7 +341,7 @@ tasks:
        parent: debian12-base
    decision:
        symbol: I(decision)
        parent: ubuntu2004-base
        parent: debian12-base
    snap-build-core22:
        symbol: I(snap22-build)
        parent: ubuntu2204-base