@@ -46,7 +46,7 @@ RUN yum -y install python-pip
46
46
{% endif %}
47
47
48
48
{# 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 " ] %}
50
50
RUN apt-get update \
51
51
&& apt-get install -y --no-install-recommends \
52
52
apt-utils python3-setuptools python3-pip
@@ -99,13 +99,13 @@ RUN locale-gen en_US.UTF-8
99
99
RUN mkdir -p /etc/ansible
100
100
RUN echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts
101
101
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" ] %}
103
103
VOLUME ["/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" ] %}
105
105
VOLUME ["/sys/fs/cgroup", "/tmp", "/run"]
106
106
{% endif %}
107
107
{% if item .image in ["centos:7" , "centos:8" ] %}
108
108
CMD ["/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 " ] %}
110
110
CMD ["/lib/systemd/systemd"]
111
111
{% endif %}
0 commit comments