appleboy/drone-ssh (latest)
Published 2024-06-04 03:49:24 -07:00 by khanhlp
Installation
docker pull git.gadgame.com/public-docker-image/appleboy/drone-ssh:latest
sha256:753224978799cbbcae9482b8dabba7a273a24bad5c0022be8f6f0381684b1e98
About this package
Drone plugin for executing remote ssh commands
Image Layers
ADD file:c44c9bd36ba35cc78fb9396304ea008def9f42a3beef76aa33b2cf1fde1c10b3 in / |
CMD ["/bin/sh"] |
ARG TARGETOS |
ARG TARGETARCH |
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 | 2024-06-01T02:09:02.076Z |
org.opencontainers.image.description | Drone plugin for executing remote ssh commands |
org.opencontainers.image.licenses | MIT |
org.opencontainers.image.revision | 31607874dcc43b4ca16851b5c99c943533c6ed4f |
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 |