Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1004 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 1004 Bytes

Systemd Debian Container Images For Ansible and Podman

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

  • 13 - Trixie
  • 12 - Bookworm
  • 11 - Bullseye
  • 10 - Buster

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/debian-systemd:trixie
  • ghcr.io/hifis-net/debian-systemd:12
  • ghcr.io/hifis-net/debian-systemd:11
  • ghcr.io/hifis-net/debian-systemd:10

How to Use

  • Install Podman

  • Run the container via Podman:

    podman run -it --systemd=true --privileged ghcr.io/hifis-net/debian-systemd:11

Authors

This project is maintained by HIFIS. It is built upon https://github.com/geerlingguy/docker-debian11-ansible.