COPY dir:592dbcf24bea6fe3bdd66c3cfbaf8792b7e8c2db39bf0c457b13a189d768bdfe in / |
/bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=TEMPLATE_VERSION_ID' /etc/os-release |
ENV LANG=C.UTF-8 |
CMD ["/usr/bin/bash"] |
/bin/sh -c pacman --sync --sysupgrade --refresh --noconfirm && pacman --sync --noconfirm ansible ansible-lint base-devel libffi openssl libyaml python python-setuptools python-pip python-pytest python-yaml sshpass systemd sudo iproute2 && rm --recursive --force /usr/share/doc && rm --recursive --force /usr/share/man && rm --recursive --force /var/cache/pacman/pkg |
/bin/sh -c locale-gen en_US.UTF-8 |
/bin/sh -c mkdir --parents /etc/ansible |
/bin/sh -c echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts |
/bin/sh -c rm --recursive --force /lib/systemd/system/systemd*udev* && rm --recursive --force /lib/systemd/system/getty.target |
VOLUME [/sys/fs/cgroup /tmp /run] |
CMD ["/lib/systemd/systemd"] |
LABEL org.opencontainers.image.created=2023-06-08T16:44:59Z |
LABEL org.opencontainers.image.revision=ddda2ce349e0b62a4a84df72b693d69f519c7d21 |
LABEL org.opencontainers.image.source=https://git.cryptic.systems/volker.raschek/ansible-archlinux-docker.git |
LABEL org.opencontainers.image.url=https://git.cryptic.systems/volker.raschek/ansible-archlinux-docker |