@@ -46,7 +46,7 @@ RUN yum -y install python-pip
4646{% endif %}
4747
4848{# Install of Python3 #}
49- {% if item .image in ["ubuntu:18.04" , "ubuntu:20.04" , "debian:10" ] %}
49+ {% if item .image in ["ubuntu:18.04" , "ubuntu:20.04" , "ubuntu:24.04" , " debian:10" , "debian:11" , "debian:12 " ] %}
5050RUN apt-get update \
5151 && apt-get install -y --no-install-recommends \
5252 apt-utils python3-setuptools python3-pip
@@ -99,13 +99,13 @@ RUN locale-gen en_US.UTF-8
9999RUN mkdir -p /etc/ansible
100100RUN echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts
101101
102- {% if item .image in ["centos:7" , "centos:8" , "debian:9" , "debian:10" ] %}
102+ {% if item .image in ["centos:7" , "centos:8" , "debian:9" , "debian:10" , "debian:11" , "debian:12" ] %}
103103VOLUME ["/sys/fs/cgroup"]
104- {% elif item .image in ["ubuntu:16.04" , "ubuntu:18.04" , "ubuntu:20.04" ] %}
104+ {% elif item .image in ["ubuntu:16.04" , "ubuntu:18.04" , "ubuntu:20.04" , "ubuntu:24.04" ] %}
105105VOLUME ["/sys/fs/cgroup", "/tmp", "/run"]
106106{% endif %}
107107{% if item .image in ["centos:7" , "centos:8" ] %}
108108CMD ["/usr/sbin/init"]
109- {% elif item .image in ["ubuntu:16.04" , "ubuntu:18.04" , "ubuntu:20.04" , "debian:9" , "debian:10" ] %}
109+ {% elif item .image in ["ubuntu:16.04" , "ubuntu:18.04" , "ubuntu:20.04" , "ubuntu:24.04" , " debian:9" , "debian:10" , "debian:11" , "debian:12 " ] %}
110110CMD ["/lib/systemd/systemd"]
111111{% endif %}
0 commit comments