From 8a27d6b532d950da327a9a34b9937f0b2bd8a5bc Mon Sep 17 00:00:00 2001 From: Mathieu BEDOS Date: Sat, 7 Sep 2024 13:42:48 +0200 Subject: [PATCH] First BUILD & Push --- .github/dependabot.yml | 2 +- README.md | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d570f38..2f8b7bc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,4 +7,4 @@ updates: # Check for updates to GitHub Actions every weekday interval: "daily" assignees: - - "tobiashuste" + - "mabed-fr" diff --git a/README.md b/README.md index 8e57642..3929eaa 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,10 @@ Systemd Debian Container Images for testing Ansible roles with Molecule and Podman. Supported Debian versions: -* `12` - Bookworm -* `11` - Bullseye -* `10` - Buster +* `Testing` - Testing (Currently 13) +* `12` - Bookworm +* `11` - Bullseye +* `10` - Buster ## Available Images @@ -27,8 +28,3 @@ and are automatically rebuilt once a week. ```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.