summaryrefslogtreecommitdiff
path: root/automation/taskcluster
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@mozilla.com>2023-02-09 13:19:05 +0000
committerJulien Cristau <jcristau@mozilla.com>2023-02-09 13:19:05 +0000
commit5699d6cf60cad80e0402ad31776741f07407f076 (patch)
tree846b38cca349d6ccc99ee4c46712fc5ab1ca3da5 /automation/taskcluster
parent4e5de21f8fd9169e64cdf0389cba89d7f6df2780 (diff)
downloadnss-hg-5699d6cf60cad80e0402ad31776741f07407f076.tar.gz
Bug 1815868 - pin an older version of the ubuntu:18.04 and 20.04 docker images r=nkulatova
As of the images dated 20230126, our docker-in-docker-based image build process dies trying to retrieve the base images. Differential Revision: https://phabricator.services.mozilla.com/D169316
Diffstat (limited to 'automation/taskcluster')
-rw-r--r--automation/taskcluster/docker-builds/Dockerfile2
-rw-r--r--automation/taskcluster/docker-clang-format/Dockerfile2
-rw-r--r--automation/taskcluster/docker-decision/Dockerfile2
-rw-r--r--automation/taskcluster/docker-fuzz/Dockerfile2
-rw-r--r--automation/taskcluster/docker-interop/Dockerfile2
-rw-r--r--automation/taskcluster/docker/Dockerfile2
6 files changed, 6 insertions, 6 deletions
diff --git a/automation/taskcluster/docker-builds/Dockerfile b/automation/taskcluster/docker-builds/Dockerfile
index 6ea254376..49e3fa355 100644
--- a/automation/taskcluster/docker-builds/Dockerfile
+++ b/automation/taskcluster/docker-builds/Dockerfile
@@ -2,7 +2,7 @@
# default image, so it's a fair bit bigger. Only use this for builds where
# the smaller docker image is missing something. These builds will run on
# the leaner configuration.
-FROM ubuntu:18.04
+FROM ubuntu:bionic-20221215
LABEL maintainer="Martin Thomson <martin.thomson@gmail.com>"
RUN dpkg --add-architecture i386
diff --git a/automation/taskcluster/docker-clang-format/Dockerfile b/automation/taskcluster/docker-clang-format/Dockerfile
index 8ef4bb075..9356e9cef 100644
--- a/automation/taskcluster/docker-clang-format/Dockerfile
+++ b/automation/taskcluster/docker-clang-format/Dockerfile
@@ -1,5 +1,5 @@
# Minimal image with clang-format 10
-FROM ubuntu:18.04
+FROM ubuntu:bionic-20221215
LABEL maintainer="Martin Thomson <martin.thomson@gmail.com>"
RUN apt-get update \
diff --git a/automation/taskcluster/docker-decision/Dockerfile b/automation/taskcluster/docker-decision/Dockerfile
index 8ce08a8f2..091426e00 100644
--- a/automation/taskcluster/docker-decision/Dockerfile
+++ b/automation/taskcluster/docker-decision/Dockerfile
@@ -1,5 +1,5 @@
# Minimal image for running the decision task.
-FROM ubuntu:18.04
+FROM ubuntu:bionic-20221215
LABEL maintainer="Martin Thomson <martin.thomson@gmail.com>"
RUN apt-get update \
diff --git a/automation/taskcluster/docker-fuzz/Dockerfile b/automation/taskcluster/docker-fuzz/Dockerfile
index d7e7fa918..35fc6efe4 100644
--- a/automation/taskcluster/docker-fuzz/Dockerfile
+++ b/automation/taskcluster/docker-fuzz/Dockerfile
@@ -4,7 +4,7 @@
# docker invocation or ASAN won't work.
# On taskcluster for ASAN use `features: ["allowPtrace"]`.
# See https://github.com/google/sanitizers/issues/764#issuecomment-276700920
-FROM ubuntu:18.04
+FROM ubuntu:bionic-20221215
LABEL maintainer="Martin Thomson <martin.thomson@gmail.com>"
RUN dpkg --add-architecture i386
diff --git a/automation/taskcluster/docker-interop/Dockerfile b/automation/taskcluster/docker-interop/Dockerfile
index ff5f33ce8..85f8ff2c7 100644
--- a/automation/taskcluster/docker-interop/Dockerfile
+++ b/automation/taskcluster/docker-interop/Dockerfile
@@ -1,6 +1,6 @@
# Dockerfile for running interop tests.
# This includes Rust, golang, and nodejs.
-FROM ubuntu:20.04
+FROM ubuntu:focal-20221130
LABEL maintainer="Martin Thomson <martin.thomson@gmail.com>"
RUN dpkg --add-architecture i386
diff --git a/automation/taskcluster/docker/Dockerfile b/automation/taskcluster/docker/Dockerfile
index 859b5bd11..45958e78b 100644
--- a/automation/taskcluster/docker/Dockerfile
+++ b/automation/taskcluster/docker/Dockerfile
@@ -1,5 +1,5 @@
# Lean image for running the bulk of the NSS CI tests on taskcluster.
-FROM ubuntu:18.04
+FROM ubuntu:bionic-20221215
LABEL maintainer="Martin Thomson <martin.thomson@gmail.com>"
RUN dpkg --add-architecture i386