Block a user
appleboy/drone-ssh (latest)
Published 2025-11-11 10:38:23 +08:00 by anfu
Installation
docker pull git.zeroerr.cn/anfu/appleboy/drone-ssh:latestsha256:92ef2bf87ea3fb172567a4e0be01ad1ca176d539a57bc4e7fc9a0a088779b1ca
About this package
Drone plugin for executing remote ssh commands
Image Layers
| ADD alpine-minirootfs-3.21.3-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-04-27T01:46:51.748Z |
| org.opencontainers.image.description | Drone plugin for executing remote ssh commands |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.revision | 4a649cfe45de8d7aa693574ab9d32c709328953d |
| 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 | latest |