alpine-runner (sha256:1270feff383ab0e6f88aac345de740fc2b57a5677aabe2233345996ea9c2385e)
Published 2025-01-09 05:06:29 +10:00 by mmckinnon
Installation
docker pull git.comprofix.com/mmckinnon/alpine-runner@sha256:1270feff383ab0e6f88aac345de740fc2b57a5677aabe2233345996ea9c2385e
sha256:1270feff383ab0e6f88aac345de740fc2b57a5677aabe2233345996ea9c2385e
Image Layers
ADD alpine-minirootfs-3.21.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 |