Skip to content

Commit

Permalink
Update docs/community-ee/community-ee-release-process.md
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Fontein <[email protected]>
  • Loading branch information
anweshadas and felixfontein authored May 3, 2024
1 parent 22bc865 commit 64a98b1
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions docs/community-ee/community-ee-release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,6 @@ Versioning would be the core tag + a patch number, e.g

`vim execution-environments/community-ee-base/execution-environment.yml`

```
version: <base-community-ee with the specific ansible core>
images:
base_image:
name: quay.io/fedora/fedora:latest
dependencies:
ansible_core:
package_pip: ansible-core==<ansible-core-version>
ansible_runner:
package_pip: ansible-runner
system:
- openssh-clients
- sshpass
galaxy:
collections:
- name: ansible.posix
version: <correct-version>
- name: ansible.utils
version: <correct-version>
- name: ansible.windows
version: <correct-version>
```

4. List images in local storage

Expand Down

0 comments on commit 64a98b1

Please sign in to comment.