kirillzak/docker-almalinux-ansible
AlmaLinux docker container for Ansible playbook and role testing
1.1K
AlmaLinux docker container with built-in Ansible for playbook and role testing
8.x
: Based on branch 8.x
. Releases: 8.5
, 8.6
, 8.7
, 8.8
, 8.9
, 9.10
.9.x
: Based on branch 9.x
. Releases: 9.0
, 9.1
, 9.2
, 9.3
, 9.4
.linux/amd64
linux/arm64/v8
linux/ppc64le
linux/s390x
(except 8.5
)To build the image on your own locally, do the following:
cd
into target directory. For example, target directory for AlmaLinux 9.x
is almalinux9
docker build -t docker-almalinux-ansible . --build-arg VERSION=9.<release>
. Where <release>
is release version of AlmaLinux. List of minor releases can found on official release page of AlmaLinux (https://wiki.almalinux.org/release-notes/)docker image pull kirillzak/docker-almalinux-ansible:latest
or build image.docker run --detach --privileged --volume /sys/fs/cgroup:/sys/fs/cgroup:ro docker-almalinux-ansible:latest
docker pull kirillzak/docker-almalinux-ansible