Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1865788 - retire decision-mobile docker image #362

Merged
merged 1 commit into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.