Block a user
webdeployer (1.0.1)
Published 2026-07-05 22:40:19 -07:00 by rmancinas
Installation
docker pull git.mancinas.io/rmancinas/webdeployer:1.0.1sha256:809464b11322d7df84f6390d0a022e7667a45de71a02cbaa3c0b7cf81b6232d9
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 ~/.ssh/authorized_keys # buildkit |
| COPY .ssh/id_rsa.pub ~/.ssh/authorized_keys # buildkit |