Block a user
webdeployer (1.0.8)
Published 2026-07-05 22:42:19 -07:00 by rmancinas
Installation
docker pull git.mancinas.io/rmancinas/webdeployer:1.0.8sha256:a70e74692c55916e3e40405ee67194388fba39e9fafa57f54db452e66f17943f
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 git maven openjdk11 curl # buildkit |
| COPY .ssh/id_rsa /root/.ssh/ # buildkit |
| COPY .ssh/id_rsa.pub /root/.ssh/ # buildkit |
| COPY .ssh/authorized_keys /root/.ssh/ # buildkit |
| COPY .ssh/known_hosts /root/.ssh/ # buildkit |