commit 8a46a5f6b1b0bd1f1f7e4d428877ea12b233e9f5
parent 9d459bfd9bf7a334fc081bbcd9c1ccba2e326915
Author: Julien Cristau <jcristau@mozilla.com>
Date: Fri, 14 Nov 2025 14:35:25 +0000
Bug 1999216 - update condprof docker image to ubuntu 24.04. r=sparky
Differential Revision: https://phabricator.services.mozilla.com/D271947
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/taskcluster/docker/condprof/Dockerfile b/taskcluster/docker/condprof/Dockerfile
@@ -7,9 +7,9 @@ VOLUME /builds/worker/tooltool-cache
VOLUME /builds/worker/workspace
RUN apt-get -y update && \
- apt-get install -y python3.7 \
- python3.7-venv \
- python3.7-dev
+ apt-get install -y python3 \
+ python3-venv \
+ python3-dev
CMD ["/bin/bash", "--login"]
diff --git a/taskcluster/kinds/docker-image/kind.yml b/taskcluster/kinds/docker-image/kind.yml
@@ -347,7 +347,7 @@ tasks:
parent: debian12-base
condprof:
symbol: I(condprof)
- parent: ubuntu1804-test
+ parent: ubuntu2404-test
sentry:
symbol: I(sentry)
parent: debian12-base