Arch Linux Ansible testing image with systemd for Molecule
10K+
Arch Linux Ansible testing image with systemd for Molecule.
Built on top of marcstraube/archlinux.
Everything from the base image, plus:
latest — built from the latest marcstraube/archlinux:latest baseYYYY-MM-DD — date-stamped builds for reproducibilityImages are rebuilt weekly (Monday 04:00 UTC) and on every push to main.
Date tags older than 28 days are automatically removed, as Arch Linux
is a rolling release and outdated images are unreliable.
# molecule/default/molecule.yml
platforms:
- name: archlinux
image: marcstraube/archlinux-ansible:latest
command: /usr/lib/systemd/systemd
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
services:
archlinux:
image: marcstraube/archlinux-ansible:latest
command: /usr/lib/systemd/systemd
privileged: true
cgroupns: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
MIT
Content type
Image
Digest
sha256:f6ea8f07b…
Size
479.1 MB
Last updated
21 days ago
docker pull marcstraube/archlinux-ansible