Block a user
webdeployer (1.0.2)
Published 2026-07-05 22:40:55 -07:00 by rmancinas
Installation
docker pull git.mancinas.io/rmancinas/webdeployer:1.0.2sha256:b1127be6284a4f0d5626e313cdcd1579f598a633c03d5f74008a6d32307b111f
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 |