Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hifis-net/debian-systemd
Systemd Debian Container Images for testing Ansible roles with Molecule and Podman.
https://github.com/hifis-net/debian-systemd
ansible debian devops docker molecule podman podman-image
Last synced: about 1 month ago
JSON representation
Systemd Debian Container Images for testing Ansible roles with Molecule and Podman.
- Host: GitHub
- URL: https://github.com/hifis-net/debian-systemd
- Owner: hifis-net
- License: mit
- Created: 2022-06-22T09:56:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T08:57:16.000Z (4 months ago)
- Last Synced: 2024-09-09T10:32:14.213Z (4 months ago)
- Topics: ansible, debian, devops, docker, molecule, podman, podman-image
- Language: Dockerfile
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://podman.io/getting-started/installation)
* Run the container via Podman:```bash
podman run -it --systemd=true --privileged ghcr.io/hifis-net/debian-systemd:11
```## Authors
This project is maintained by [HIFIS](https://www.hifis.net).
It is built upon https://github.com/geerlingguy/docker-debian11-ansible.