Skip to content

Update documentation to reflect creator-ee deprecation #4598

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

Merged
merged 1 commit into from
May 5, 2025
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
4 changes: 2 additions & 2 deletions docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ automation content.
related to the installation will be closed and locked.

For a container image, we recommend using
[creator-ee](https://github.com/ansible/creator-ee/) which includes
[community-ansible-dev-tools](https://ansible.readthedocs.io/projects/dev-tools/container/) which includes
`ansible-dev-tools` (it combines critical Ansible development packages into a
unified Python package). If you have a use case that the `creator-ee` container
unified Python package). If you have a use case that the `community-ansible-dev-tools` container
doesn't satisfy, please contact the team through the
[discussion](https://github.com/ansible/ansible-lint/discussions) forum.

Expand Down
2 changes: 1 addition & 1 deletion src/ansiblelint/schemas/__store__.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"url": "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/inventory.json"
},
"meta": {
"etag": "62cce45a9b8bd96872d8ee1c465d3ff6b60facf6a4aeba5c2e128df02b5f52a5",
"etag": "a9e9f0526cfbe203d7822581db533213b035a82f63484a6e48120619c9b8beba",
"url": "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/meta.json"
},
"meta-runtime": {
Expand Down
2 changes: 1 addition & 1 deletion src/ansiblelint/schemas/ansible-navigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
"$ref": "#/$defs/EnvironmentVariablesModel"
},
"image": {
"default": "quay.io/ansible/creator-ee:v0.2.0",
"default": "ghcr.io/ansible/community-ansible-dev-tools:latest",
"description": "Specify the name of the execution environment image",
"title": "Image",
"type": "string"
Expand Down