https://github.com/hifis-net/centos-systemd
Systemd Centos Container Images for testing Ansible roles with Molecule and Podman.
https://github.com/hifis-net/centos-systemd
ansible centos devops docker molecule podman podman-image
Last synced: about 1 month ago
JSON representation
Systemd Centos Container Images for testing Ansible roles with Molecule and Podman.
- Host: GitHub
- URL: https://github.com/hifis-net/centos-systemd
- Owner: hifis-net
- License: mit
- Created: 2022-07-27T06:39:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T23:25:58.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T15:23:29.310Z (over 1 year ago)
- Topics: ansible, centos, devops, docker, molecule, podman, podman-image
- Language: Dockerfile
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Systemd Centos Container Images For Ansible and Podman
Systemd Centos Container Images for testing roles with Molecule and Podman.
Supported Centos versions:
* `7`
## 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/centos-systemd:7`
## 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/centos-systemd:7
```
## Authors
This project is maintained by [HIFIS](https://www.hifis.net).
It is built upon https://github.com/geerlingguy/docker-centos7-ansible.