plugins_ssh (latest)
Published 2026-02-23 12:08:52 +03:30 by msisoft
Installation
docker pull git.alshafagh.ir/docker/plugins_ssh:latestsha256:d9bfedc4202ca6b5c4c7a16d2dcfcfdc885cbad6ee9d199179463d318194e541
About this package
Drone plugin for executing remote ssh commands
Image Layers
| ADD alpine-minirootfs-3.21.5-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG TARGETOS=linux |
| ARG TARGETARCH=amd64 |
| LABEL maintainer=Bo-Yi Wu <appleboy.tw@gmail.com> org.label-schema.name=SSH Plugin org.label-schema.vendor=Bo-Yi Wu org.label-schema.schema-version=1.0 |
| LABEL org.opencontainers.image.source=https://github.com/appleboy/drone-ssh |
| LABEL org.opencontainers.image.description=Execute commands on a remote host through SSH |
| LABEL org.opencontainers.image.licenses=MIT |
| RUN |2 TARGETOS=linux TARGETARCH=amd64 /bin/sh -c apk add --no-cache ca-certificates tzdata && rm -rf /var/cache/apk/* # buildkit |
| RUN |2 TARGETOS=linux TARGETARCH=amd64 /bin/sh -c addgroup -S -g 1000 deploy && adduser -S -H -D -h /home/deploy -s /bin/sh -u 1000 -G deploy deploy # buildkit |
| RUN |2 TARGETOS=linux TARGETARCH=amd64 /bin/sh -c mkdir -p /home/deploy && chown deploy:deploy /home/deploy # buildkit |
| USER 1000:1000 |
| COPY release/linux/amd64/drone-ssh /bin/ # buildkit |
| ENTRYPOINT ["/bin/drone-ssh"] |
Labels
| Key | Value |
|---|---|
| maintainer | Bo-Yi Wu <appleboy.tw@gmail.com> |
| org.label-schema.name | SSH Plugin |
| org.label-schema.schema-version | 1.0 |
| org.label-schema.vendor | Bo-Yi Wu |
| org.opencontainers.image.created | 2025-11-28T14:49:46.337Z |
| org.opencontainers.image.description | Drone plugin for executing remote ssh commands |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.revision | 9d94a36c84c95a692c27313a6726437ed344ae2a |
| org.opencontainers.image.source | https://github.com/appleboy/drone-ssh |
| org.opencontainers.image.title | drone-ssh |
| org.opencontainers.image.url | https://github.com/appleboy/drone-ssh |
| org.opencontainers.image.version | 1.8.2 |