https://github.com/hifis-net/almalinux-systemd
Systemd AlmaLinux Container Images for testing Ansible roles with Molecule and Podman.
https://github.com/hifis-net/almalinux-systemd
almalinux ansible devops docker molecule podman podman-image
Last synced: 8 months ago
JSON representation
Systemd AlmaLinux Container Images for testing Ansible roles with Molecule and Podman.
- Host: GitHub
- URL: https://github.com/hifis-net/almalinux-systemd
- Owner: hifis-net
- License: mit
- Created: 2022-07-21T18:01:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-11T05:44:34.000Z (10 months ago)
- Last Synced: 2025-08-11T07:27:19.055Z (10 months ago)
- Topics: almalinux, ansible, devops, docker, molecule, podman, podman-image
- Language: Dockerfile
- Homepage:
- Size: 79.1 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Systemd AlmaLinux Container Images For Ansible and Podman
Systemd AlmaLinux Container Images for testing roles with Molecule and Podman.
Supported AlmaLinux versions:
* `10`
* `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:10`
* `ghcr.io/hifis-net/almalinux-systemd:9`
* `ghcr.io/hifis-net/almalinux-systemd:8`
## How to Use
* [Install Podman](https://podman.io/getting-started/installation)
* Run the container via Podman:
```bash
podman run -it --systemd=true --privileged ghcr.io/hifis-net/almalinux-systemd:10
```
## Authors
This project is maintained by [HIFIS](https://www.hifis.net).
It is built upon .