Release announcement : Ansible Community EE (Base & Minimal) 2.16.0-1

Hello everyone,

We’re happy to announce the release of the

What’s inside community-ee-base ?

Ansible community-ee-base is a container image. This includes :

  • base_image: fedora
  • ansible-core: ansible-core 2.16.0 (latest version of ansible-core)
  • collections: The following set of collections
    • ansible.posix 1.5.4
    • ansible.utils 2.11.0
    • ansible.windows 2.1.0

sha256 sum value of the container image :

24863f44ca9cce42f4d3015dce728bab4de3ad16cd2c7d4737196ccde6f8cef8

How to get community-ee-base?

Install from command line via @sha256_sum_value of the image

podman pull http://ghcr.io/ansible-community/community-ee-base@sha256:24863f44ca9cce42f4d3015dce728bab4de3ad16cd2c7d4737196ccde6f8cef8

Install from command line via image tag

podman pull ghcr.io/ansible-community/community-ee-base:latest
podman pull ghcr.io/ansible-community/community-ee-base:2.16.0-1

What’s inside community-ee-minimal?

  • base_image: fedora
  • ansible-core: ansible-core 2.16.0 (latest version of ansible-core)

sha256 sum value of the container image :

7849a7f261d1080c47d38718169bae13b1a05cd65b34c7ffba4a2a9604db730d

How to get community-ee-base?

Install from command line via @sha256_sum_value of the image

podman pull http://ghcr.io/ansible-community/community-ee-minimal@sha256:7849a7f261d1080c47d38718169bae13b1a05cd65b34c7ffba4a2a9604db730d

Install from command line via image tag

podman pull ghcr.io/ansible-community/community-ee-minimal:latest
podman pull ghcr.io/ansible-community/community-ee-minimal:2.16.0-1

To know about future releases

Join the new Ansible Community Forum to follow along and participate in all the discussions and release related discussions and announcements. Feel free to share your thoughts, ideas and concerns there.

Register here to join the Ansible Community Forum!

Subscribe to the Bullhorn for all future release dates, announcements, and Ansible community contributor news.

You can find all past Bullhorn issues on the official wiki page.

On behalf of the Ansible community, thank you and happy automating!

Cheers,
Ansible Community Team

4 Likes

Hello @anwesha . Thank you for information.

Is the description of community-ee-minimal and community-ee-base reversed?
community-ee-minimal does not seem to contain any collections.

$ ansible-navigator images --eei ghcr.io/ansible-community/community-ee-minimal:2.16.0-1 -m stdout -d ansible_collections
---
ansible_collections:
  details: {}
  errors:
  - |-
    ERROR! - None of the provided paths were usable. Please specify a valid path with --collections-path
image_name: ghcr.io/ansible-community/community-ee-minimal:2.16.0-1
$ ansible-navigator images --eei ghcr.io/ansible-community/community-ee-base:2.16.0-1 -m stdout -d ansible_collections
---
ansible_collections:
  details:
    ansible.posix: 1.5.4
    ansible.utils: 2.11.0
    ansible.windows: 2.1.0
image_name: ghcr.io/ansible-community/community-ee-base:2.16.0-1
1 Like

Sorry, my mistake. Thank you pointing out. I am editing the post now.

Thank you for editing!

1 Like