Skip to content

Files

Latest commit

1292fe5 · Jul 21, 2022

History

History
32 lines (21 loc) · 875 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 875 Bytes

Systemd AlmaLinux Container Images For Ansible and Podman

Systemd AlmaLinux Container Images for testing roles with Molecule and Podman. Supported AlmaLinux versions:

  • 9
  • 8

Available Images

Images are built weekly via GitHub Actions and can be downloaded from the GitHub Package Registry.

These tags are available. They are updated on changes to the main branch and are automatically rebuilt once a week.

  • ghcr.io/hifis-net/almalinux-systemd:9
  • ghcr.io/hifis-net/almalinux-systemd:8

How to Use

  • Install Podman

  • Run the container via Podman:

    podman run -it --systemd=true --privileged ghcr.io/hifis-net/almalinux-systemd:9

Authors

This project is maintained by [HIFIS])(https://www.hifis.net). It is built upon https://github.com/geerlingguy/docker-rockylinux9-ansible.