Block a user
garagepideployer (2.0.0)
Published 2026-07-05 22:42:51 -07:00 by rmancinas
Installation
docker pull git.mancinas.io/rmancinas/garagepideployer:2.0.0sha256:3a884d9782c072dd5278a565180d6de9eb6d328f4f518186df9974f6668f4d52
Image Layers
| ADD alpine-minirootfs-3.18.12-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk update # buildkit |
| RUN /bin/sh -c apk add rsync openssh nodejs npm php81 php81-phar php81-openssl composer # buildkit |
| COPY .ssh/id_rsa /root/.ssh/ # buildkit |
| COPY .ssh/id_rsa.pub /root/.ssh/ # buildkit |
| COPY .ssh/known_hosts /root/.ssh/ # buildkit |