appleboy/drone-ssh (latest)
Published 2025-09-09 00:51:32 -07:00 by khanhlp
Installation
docker pull git.gadgame.com/public-docker-image/appleboy/drone-ssh:latest
sha256:587626bf7cf4c0b40bf80322df4c585dbae24d9dcf653c0a6b498d01d599d27c
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 |