Skip to content

Commit

Permalink
Bug 1865788 - retire decision-mobile docker image (#362)
Browse files Browse the repository at this point in the history
Consumers have stopped using java in their decision task, so this is no
longer necessary.
  • Loading branch information
jcristau authored Nov 30, 2023
1 parent 85e9fef commit 3cc4507
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
12 changes: 4 additions & 8 deletions docs/tutorials/connecting-taskcluster.rst
Original file line number Diff line number Diff line change
Expand Up @@ -258,12 +258,8 @@ here is the recommended method:
For now, this tutorial will assume we're using the `docker-worker
payload`__.

a. Define the image. Taskgraph conveniently provides pre-built images for
certain Decision task contexts. These are:

* ``taskgraph:decision`` - A general purpose image.
* ``taskgraph:decision-mobile`` - Built on top of ``taskgraph:decision`` with
some additions needed for Android applications at Mozilla.
a. Define the image. Taskgraph conveniently provides a pre-built image for
most Decision task contexts, called ``taskgraph:decision``.

You may also build your own image if desired, either on top of
``taskgraph:decision`` or from scratch. For this tutorial we'll just
Expand All @@ -276,7 +272,7 @@ here is the recommended method:
image:
mozillareleases/taskgraph:decision-cf4b4b4baff57d84c1f9ec8fcd70c9839b70a7d66e6430a6c41ffe67252faa19@sha256:425e07f6813804483bc5a7258288a7684d182617ceeaa0176901ccc7702dfe28
You should use the `latest versions of the images`_. Note that both the
You should use the `latest version of the image`_. Note that both the
image id and sha256 are required (separated by ``@``).

b. Enable the `taskclusterProxy`_ feature.
Expand Down Expand Up @@ -394,6 +390,6 @@ which to build.
.. _docker-worker: https://docs.taskcluster.net/docs/reference/workers/docker-worker/payload
.. _generic-worker: https://docs.taskcluster.net/docs/reference/workers/generic-worker/docker-posix-payload
__ docker-worker_
.. _latest versions of the images: https://hub.docker.com/r/mozillareleases/taskgraph/tags
.. _latest version of the image: https://hub.docker.com/r/mozillareleases/taskgraph/tags
.. _taskclusterProxy: https://docs.taskcluster.net/docs/reference/workers/docker-worker/features#feature-taskclusterproxy
.. _run-task: https://github.com/taskcluster/taskgraph/file/tip/src/taskgraph/run-task/run-task
4 changes: 0 additions & 4 deletions taskcluster/ci/docker-image/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ transforms:
tasks:
decision:
symbol: I(d)
# This image should be moved to a mobile-taskgraph project
decision-mobile:
symbol: I(d-m)
parent: decision
fetch:
symbol: I(fetch)
index-task:
Expand Down
9 changes: 0 additions & 9 deletions taskcluster/docker/decision-mobile/Dockerfile

This file was deleted.

0 comments on commit 3cc4507

Please sign in to comment.