diff --git a/.taskcluster.yml b/.taskcluster.yml index 89a9710ca..d349fa519 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -8,7 +8,7 @@ tasks: - $let: taskgraph: branch: taskgraph - revision: cab4565345d0d0effa66f18fe91335dd6d744031 + revision: 12992b0f984884ec2b0a7bdedc3b3ba467363eb4 trustDomain: mobile in: $let: @@ -295,6 +295,14 @@ tasks: type: 'directory' path: '/builds/worker/artifacts' expires: {$fromNow: '1 year'} + 'public/docker-contexts': + type: 'directory' + path: '/builds/worker/checkouts/src/docker-contexts' + # This needs to be at least the deadline of the + # decision task + the docker-image task deadlines. + # It is set to a week to allow for some time for + # debugging, but they are not useful long-term. + expires: {$fromNow: '7 day'} extra: $merge: diff --git a/taskcluster/docker/android-build/Dockerfile b/taskcluster/docker/android-build/Dockerfile index 35b1b38c6..02f595bf0 100644 --- a/taskcluster/docker/android-build/Dockerfile +++ b/taskcluster/docker/android-build/Dockerfile @@ -2,7 +2,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -# %ARG DOCKER_IMAGE_PARENT FROM $DOCKER_IMAGE_PARENT MAINTAINER Johan Lorenzo diff --git a/taskcluster/docker/bump/Dockerfile b/taskcluster/docker/bump/Dockerfile index 7b18080a4..3dbd21193 100644 --- a/taskcluster/docker/bump/Dockerfile +++ b/taskcluster/docker/bump/Dockerfile @@ -1,4 +1,3 @@ -# %ARG DOCKER_IMAGE_PARENT FROM $DOCKER_IMAGE_PARENT MAINTAINER Johan Lorenzo diff --git a/taskcluster/docker/index-task/Dockerfile b/taskcluster/docker/index-task/Dockerfile deleted file mode 100644 index e69de29bb..000000000 diff --git a/taskcluster/docker/ui-tests/Dockerfile b/taskcluster/docker/ui-tests/Dockerfile index b16eaa94c..68ae337dd 100644 --- a/taskcluster/docker/ui-tests/Dockerfile +++ b/taskcluster/docker/ui-tests/Dockerfile @@ -1,8 +1,7 @@ -# %ARG DOCKER_IMAGE_PARENT FROM $DOCKER_IMAGE_PARENT LABEL authors="Richard Pappalardo , Aaron Train " -LABEL maintainer="Richard Pappalardo +LABEL maintainer="Richard Pappalardo " #---------------------------------------------------------------------------------------------------------------------- #-- Test tools -------------------------------------------------------------------------------------------------------- diff --git a/taskcluster/docker/visual-metrics/Dockerfile b/taskcluster/docker/visual-metrics/Dockerfile index a96636252..aff00431b 100644 --- a/taskcluster/docker/visual-metrics/Dockerfile +++ b/taskcluster/docker/visual-metrics/Dockerfile @@ -1,4 +1,3 @@ -# %ARG DOCKER_IMAGE_PARENT FROM $DOCKER_IMAGE_PARENT MAINTAINER Gregory Mierzwinski