Skip to content
Extraits de code Groupes Projets
Valider 3869c4f3 rédigé par Fanch's avatar Fanch
Parcourir les fichiers

remove dockerfile as we use custom image

parent d60ef8ed
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
{% if item.registry is defined %}
FROM {{ item.registry.url }}/{{ item.image }}
{% else %}
FROM {{ item.image }}
{% endif %}
ENV container docker
RUN pacman -Syu --noconfirm
RUN pacman -S systemd python --noconfirm
#RUN systemctl set-default multi-user.target
VOLUME [ "/sys/fs/cgroup", "/run", "/run/lock", "/tmp" ]
# STOPSIGNAL SIGRTMIN+3
# ENTRYPOINT ["/usr/lib/systemd/systemd", "--log-level=info", "--unit=sysinit.target"]
# CMD ["/sbin/init"]
CMD ["/usr/lib/systemd/systemd", "--log-level=info", "--unit=sysinit.target"]
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter