Block a user
garagepideployer (1.0)
Published 2026-07-05 22:42:29 -07:00 by rmancinas
Installation
docker pull git.mancinas.io/rmancinas/garagepideployer:1.0sha256:d1f07d676ee80c5b25e00cb3da9aee7d044092dded806025095ca16b4c810fb3
Image Layers
| ADD file:c1aa87a3b464fca64d769444b5201bc0426a1f517c91c4a7916270e10f8b300b in / |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk update # buildkit |
| RUN /bin/sh -c apk add rsync openssh nodejs npm php7 php7-phar php7-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 |