小王 anfu

appleboy/drone-scp (latest)

Published 2025-11-11 10:37:54 +08:00 by anfu

Installation

docker pull git.zeroerr.cn/anfu/appleboy/drone-scp:latest
sha256:60feb4063f5783934dea567a09f4ec032dd078457ffcb4f93753d708d768ec13

About this package

Copy files and artifacts via SSH using a binary, docker or Drone CI.

Image Layers

ADD alpine-minirootfs-3.21.4-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG TARGETOS=linux
ARG TARGETARCH=amd64
LABEL maintainer=Bo-Yi Wu <appleboy.tw@gmail.com>
LABEL org.opencontainers.image.source=https://github.com/appleboy/drone-scp
LABEL org.opencontainers.image.description=Copy files and artifacts via SSH
LABEL org.opencontainers.image.licenses=MIT
RUN |2 TARGETOS=linux TARGETARCH=amd64 /bin/sh -c apk add --no-cache ca-certificates && 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-scp /bin/ # buildkit
ENTRYPOINT ["/bin/drone-scp"]

Labels

Key Value
maintainer Bo-Yi Wu <appleboy.tw@gmail.com>
org.opencontainers.image.created 2025-09-01T16:01:53.022Z
org.opencontainers.image.description Copy files and artifacts via SSH using a binary, docker or Drone CI.
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision 2b178e9a2706c2c0a761ffc6995763ca5249287d
org.opencontainers.image.source https://github.com/appleboy/drone-scp
org.opencontainers.image.title drone-scp
org.opencontainers.image.url https://github.com/appleboy/drone-scp
org.opencontainers.image.version latest
Details
Container
2025-11-11 10:37:54 +08:00
0
OCI / Docker
linux/amd64
MIT
6.5 MiB
Versions (1) View all
latest 2025-11-11