Skip to content

Commit

Permalink
Remove outdated EE. (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Nov 3, 2023
1 parent 929c6aa commit 8d67249
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 88 deletions.
1 change: 0 additions & 1 deletion .github/workflows/execution-environments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
fail-fast: false
matrix:
include:
- name: 2.12-with-ansible5
- name: community-ee-base
- name: community-ee-minimal

Expand Down
16 changes: 0 additions & 16 deletions execution-environments/2.12-with-ansible5/ansible.cfg

This file was deleted.

5 changes: 0 additions & 5 deletions execution-environments/2.12-with-ansible5/bindep.txt

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions execution-environments/2.12-with-ansible5/requirements.txt

This file was deleted.

43 changes: 0 additions & 43 deletions execution-environments/2.12-with-ansible5/tests.yml

This file was deleted.

9 changes: 4 additions & 5 deletions execution-environments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,16 @@ Example:
dnf -y install podman
pip install --user ansible-builder ansible-navigator

cd 2.12-with_ansible5
cd community-ee-base

ansible-builder build -v 3 -t test-ee:2.12-with-ansible5
ansible-builder build -v 3 -t community-ee-base:latest

ansible-navigator --pull-policy never \
--execution-environment-image test-ee:2.12-with-ansible5 \
ansible-navigator -v --pull-policy never \
--execution-environment-image community-ee-base:latest \
run tests.yml
```

## Available images

- [test-ee:2.12-with-ansible5](https://quay.io/ansible-community/test-ee:2.12-with-ansible5): [ansible-runner:stable-2.12-latest](https://quay.io/ansible/ansible-runner:stable-2.12-latest) with some extra packages, including ``pip install "ansible>=5,<6" ara``
- [community-ee-minimal](https://github.com/orgs/ansible-community/packages/container/package/community-ee-minimal): ansible-core with no collections
- [community-ee-base](https://github.com/orgs/ansible-community/packages/container/package/community-ee-base): ansible-core together with `ansible.posix`, `ansible.utils`, and `ansible.windows`

0 comments on commit 8d67249

Please sign in to comment.