Block a user
alpine-runner (sha256:9d7d069506d4c5aa2e550f2bd20318a6f142e480f1c9cf195fcdcfdc1e0796c6)
Published 2025-10-12 15:42:50 +10:00 by mmckinnon
Installation
docker pull git.comprofix.com/mmckinnon/alpine-runner@sha256:9d7d069506d4c5aa2e550f2bd20318a6f142e480f1c9cf195fcdcfdc1e0796c6
sha256:9d7d069506d4c5aa2e550f2bd20318a6f142e480f1c9cf195fcdcfdc1e0796c6
Image Layers
ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit |
CMD ["/bin/sh"] |
RUN /bin/sh -c apk update # buildkit |
RUN /bin/sh -c apk add --no-cache openssh nodejs npm git bash openssh python3 py3-pip py3-passlib # buildkit |
RUN /bin/sh -c python3 -m pip install --user ansible --break-system-packages # buildkit |
ENV PATH=/root/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |