drone-scp (latest)

Published 2024-03-15 01:48:41 +00:00 by Elara6331

Installation

docker pull gitea.elara.ws/elara6331/drone-scp:latest
sha256:bbb3f48353e547b2439c62d4155b08d235a8e55e4d22f88a7cce84219ae3dadc

About this package

Copy files and artifacts via SSH

Image Layers

ADD file:c44c9bd36ba35cc78fb9396304ea008def9f42a3beef76aa33b2cf1fde1c10b3 in /
CMD ["/bin/sh"]
ARG TARGETOS
ARG TARGETARCH
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.description Copy files and artifacts via SSH
org.opencontainers.image.licenses MIT
org.opencontainers.image.source https://github.com/appleboy/drone-scp
Details
Container
2024-03-15 01:48:41 +00:00
2
OCI / Docker
linux/amd64
MIT
8.3 MiB
Versions (1) View all
latest 2024-03-15