## Email to Mailing lists: ansible-devel, ansible-project, ansible-announce
We’re happy to announce the release of the Ansible Community Excution Environment <version>!
## Whats inside?
Ansible community-ee is a container image. <Ansible community-ee version> includes :
- `base_image`: fedora-minimal
- `ansible-core`: <ansible-core version>(latest version of ansible-core)
- `collections`: The following set of collections
- ansible.netcommon <version>
- ansible.posix <version>
- ansible.utils <version>
- ansible.windows <version>
## sha256 sum value of the container image : <>
## How to get it?
Pull the container image with the @sha256_sum_value after the image name.
`podman pull ghcr.io/ansible/community-ee@sha256:<@sha256_sum_value>`
## What’s the schedule for new Ansible Community EE releases after <this version>?
Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible community contributor news at:
[https://bit.ly/subscribe-bullhorn](https://bit.ly/subscribe-bullhorn)
You can find all past Bullhorn issues on the official wiki page:
[https://github.com/ansible/community/wiki/News#the-bullhorn](https://github.com/ansible/community/wiki/News#the-bullhorn)
On behalf of the Ansible community, thank you and happy automating!
Cheers,
Ansible Community Team
## Matrix
#ansible-community, #ansible-packaging, #ansible-devel, #ansible-social: (prepended with @newsbot)
## Red Hat Ansible Slack #general
```
We’re happy to announce the release of the Ansible Community Excution Environment <version>!
[Ansible Community Excution Environment <version> is out](https://groups.google.com/g/ansible-announce/)! ❤️
Ansible community-ee is a container image. <Ansible community-ee version> includes :
- `base_image`: fedora-minimal
- `ansible-core`: <ansible-core version>(latest version of ansible-core)
- `collections`: The following set of collections : ansible.netcommon, ansible.posix, ansible.utils and ansible.windows
💽You can install it by running the following command or download the container from directly from [Ggithub Registry](https://github.com/orgs/ansible/packages/container/community-ee/112795072?tag=2.15.2-1). From the command line :
```
docker pull ghcr.io/ansible/community-ee
```
Use the base image in Dockerfile:
```
FROM ghcr.io/ansible/community-ee
```