fix: change image to official debian:stable
Some checks failed
Update Traefik Version / update-version (pull_request) Failing after 53s
Some checks failed
Update Traefik Version / update-version (pull_request) Failing after 53s
This commit is contained in:
13
molecule/default/Dockerfile
Normal file
13
molecule/default/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
FROM docker.io/library/debian:stable
|
||||||
|
|
||||||
|
RUN apt-get update && \
|
||||||
|
apt-get install -y --no-install-recommends \
|
||||||
|
python3 \
|
||||||
|
systemd \
|
||||||
|
systemd-sysv \
|
||||||
|
dbus \
|
||||||
|
ca-certificates && \
|
||||||
|
apt-get clean && \
|
||||||
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
CMD ["/usr/sbin/init"]
|
||||||
@@ -10,8 +10,9 @@ driver:
|
|||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
- name: instance
|
- name: instance
|
||||||
image: docker.io/geerlingguy/docker-debian12-ansible:latest
|
image: docker.io/library/debian:stable
|
||||||
pre_build_image: true
|
pre_build_image: false
|
||||||
|
dockerfile: Dockerfile
|
||||||
privileged: true
|
privileged: true
|
||||||
systemd: always
|
systemd: always
|
||||||
command: /usr/sbin/init
|
command: /usr/sbin/init
|
||||||
|
|||||||
Reference in New Issue
Block a user