Ricardo Mancinas rmancinas
  • Joined on 2022-09-25

webdeployer (1.0.7)

Published 2026-07-05 22:41:47 -07:00 by rmancinas

Installation

docker pull git.mancinas.io/rmancinas/webdeployer:1.0.7
sha256:bece3933da62ffcf215cab0fd192fe1b9908b80b5e5eaa01ce0f8f3d86fcd3d6

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 # 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
Details
Container
2026-07-05 22:41:47 -07:00
0
OCI / Docker
linux/amd64
184 MiB
Versions (11) View all
1.0.8 2026-07-05
1.0.9 2026-07-05
1.0.7 2026-07-05
1.0.6 2026-07-05
1.0.5 2026-07-05