Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hifis-net/ubuntu-systemd
Systemd Ubuntu Container Images for testing Ansible roles with Molecule and Podman.
https://github.com/hifis-net/ubuntu-systemd
ansible devops docker molecule podman podman-image ubuntu
Last synced: 9 days ago
JSON representation
Systemd Ubuntu Container Images for testing Ansible roles with Molecule and Podman.
- Host: GitHub
- URL: https://github.com/hifis-net/ubuntu-systemd
- Owner: hifis-net
- License: mit
- Created: 2022-06-22T08:17:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-21T10:19:39.000Z (about 2 months ago)
- Last Synced: 2024-11-21T11:24:25.807Z (about 2 months ago)
- Topics: ansible, devops, docker, molecule, podman, podman-image, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Systemd Ubuntu Container Images For Ansible and Podman
Systemd Ubuntu Container Images for testing roles with Molecule and Podman.
Supported Ubuntu versions:* `24.04`
* `22.04`
* `20.04`## 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/ubuntu-systemd:24.04`
* `ghcr.io/hifis-net/ubuntu-systemd:22.04`
* `ghcr.io/hifis-net/ubuntu-systemd:20.04`## 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/ubuntu-systemd:22.04
```## Authors
This project is maintained by [HIFIS](https://www.hifis.net).
It is built upon https://github.com/geerlingguy/docker-ubuntu2204-ansible.