From bd24f22df185132539c415020818ab47fb340924 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 22 Sep 2025 01:03:57 +0200 Subject: Pin versions to latest --- molecule/debian/Dockerfile.j2 | 6 +++--- molecule/raspberrypi/Dockerfile.j2 | 4 ++-- molecule/ubuntu/Dockerfile.j2 | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'molecule') diff --git a/molecule/debian/Dockerfile.j2 b/molecule/debian/Dockerfile.j2 index 126602e4..2e047439 100644 --- a/molecule/debian/Dockerfile.j2 +++ b/molecule/debian/Dockerfile.j2 @@ -1,6 +1,6 @@ # Based on the amazing work of geerlingguy <3 # FROM docker.io/geerlingguy/docker-debian12-ansible -FROM docker.io/library/debian:12.11 +FROM docker.io/library/debian:12.12 ARG DEBIAN_FRONTEND=noninteractive @@ -8,7 +8,7 @@ ENV container docker RUN apt-get update \ && apt-get install -y --no-install-recommends \ - systemd python3 avahi-daemon iproute2 ifupdown udev \ + systemd python3 avahi-daemon dhcpcd iproute2 ifupdown udev \ && rm -Rf /var/lib/apt/lists/* \ && rm -Rf /usr/share/doc \ && rm -Rf /usr/share/man \ @@ -16,7 +16,7 @@ RUN apt-get update \ RUN rm -f /lib/systemd/system/multi-user.target.wants/getty.target -# Mimic Raspberry OS default boot (for testing) +# Mimic Debian OS default boot (for testing) RUN systemctl enable avahi-daemon \ && touch /etc/locale.gen diff --git a/molecule/raspberrypi/Dockerfile.j2 b/molecule/raspberrypi/Dockerfile.j2 index 126602e4..b65d05ae 100644 --- a/molecule/raspberrypi/Dockerfile.j2 +++ b/molecule/raspberrypi/Dockerfile.j2 @@ -1,6 +1,6 @@ # Based on the amazing work of geerlingguy <3 # FROM docker.io/geerlingguy/docker-debian12-ansible -FROM docker.io/library/debian:12.11 +FROM docker.io/library/debian:12.12 ARG DEBIAN_FRONTEND=noninteractive @@ -8,7 +8,7 @@ ENV container docker RUN apt-get update \ && apt-get install -y --no-install-recommends \ - systemd python3 avahi-daemon iproute2 ifupdown udev \ + systemd python3 avahi-daemon dhcpcd iproute2 ifupdown udev \ && rm -Rf /var/lib/apt/lists/* \ && rm -Rf /usr/share/doc \ && rm -Rf /usr/share/man \ diff --git a/molecule/ubuntu/Dockerfile.j2 b/molecule/ubuntu/Dockerfile.j2 index 5d9a96cc..64070d4d 100644 --- a/molecule/ubuntu/Dockerfile.j2 +++ b/molecule/ubuntu/Dockerfile.j2 @@ -1,6 +1,6 @@ # Based on the amazing work of geerlingguy <3 # FROM docker.io/geerlingguy/docker-ubuntu2404-ansible -FROM docker.io/library/ubuntu:noble-20250805 +FROM docker.io/library/ubuntu:noble-20250910 ARG DEBIAN_FRONTEND=noninteractive @@ -8,7 +8,7 @@ ENV container docker RUN apt-get update \ && apt-get install -y --no-install-recommends \ - locales systemd avahi-daemon python3 iproute2 ifupdown udev \ + locales systemd avahi-daemon dhcpcd python3 iproute2 ifupdown udev \ && rm -Rf /var/lib/apt/lists/* \ && rm -Rf /usr/share/doc \ && rm -Rf /usr/share/man \ -- cgit v1.2.3