Loading taskcluster/docker/decision/Dockerfile +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 Loading taskcluster/docker/decision/VERSION +1 −1 Original line number Diff line number Diff line 4.1.0 5.0.0 taskcluster/docker/decision/system-setup.sh +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading taskcluster/kinds/docker-image/kind.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
taskcluster/docker/decision/Dockerfile +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 Loading
taskcluster/docker/decision/VERSION +1 −1 Original line number Diff line number Diff line 4.1.0 5.0.0
taskcluster/docker/decision/system-setup.sh +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
taskcluster/kinds/docker-image/kind.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading