Skip to content

Commit

Permalink
Replace toolset container image with creator-ee in the documentation (#…
Browse files Browse the repository at this point in the history
…3480)

The project https://github.com/ansible-community/toolset
is archived and the quay.io/ansible/toolset image
is deprecated. It is superseded by the creator-ee
container from https://github.com/ansible/creator-ee
and available from quay.io/ansible/creator-ee.

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
  • Loading branch information
ziegenberg authored Mar 31, 2022
1 parent 7467ae7 commit 09518d4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 4 additions & 2 deletions docs/ci.rst
Original file line number Diff line number Diff line change
Expand Up @@ -281,14 +281,15 @@ setting up a virtualenv and testing an Ansible role via Molecule.
}
The following `Jenkinsfile` uses the Toolset image.
The following `Jenkinsfile` uses the
`Ansible Creator Execution Environment`_ image.

.. code-block:: groovy
pipeline {
agent {
docker {
image 'quay.io/ansible/toolset'
image 'quay.io/ansible/creator-ee'
args '-v /var/run/docker.sock:/var/run/docker.sock'
}
}
Expand Down Expand Up @@ -419,3 +420,4 @@ conflict.
.. _`issue1567_comment`: https://github.com/ansible-community/molecule/issues/1567#issuecomment-436876722
.. _`Use Python Version Task`: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/tool/use-python-version?view=azure-devops
.. _`Azure Build Variables`: https://docs.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml#build-variables-devops-services
.. _`Ansible Creator Execution Environment`: https://github.com/ansible/creator-ee
7 changes: 4 additions & 3 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ Common Molecule Use Cases
Running inside a container
==========================

Molecule is built into a Docker image by the `Toolset`_ project.
Molecule is built into a Docker image by the
`Ansible Creator Execution Environment`_ project.

Any questions or bugs related to use of Molecule from within a container
should be addressed by the Toolset project.
should be addressed by the Ansible Creator Execution Environment project.

.. _`Toolset`: https://github.com/ansible-community/toolset
.. _`Ansible Creator Execution Environment`: https://github.com/ansible/creator-ee

Docker With Non-Privileged User
===============================
Expand Down
7 changes: 4 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,13 @@ some benefits:
Docker
======

Molecule is built into a Docker image by the `Toolset`_ project.
Molecule is built into a Docker image by the
`Ansible Creator Execution Environment`_ project.

Any questions or bugs related to use of Molecule from within a container
should be addressed by the Toolset project.
should be addressed by the Ansible Creator Execution Environment project.

.. _`Toolset`: https://github.com/ansible-community/toolset
.. _`Ansible Creator Execution Environment`: https://github.com/ansible/creator-ee

Source
======
Expand Down

0 comments on commit 09518d4

Please sign in to comment.