We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5c04f commit 8b578d1Copy full SHA for 8b578d1
.hadolint.yaml
docker/Dockerfile
@@ -8,7 +8,11 @@ LABEL maintainer="Bo-Yi Wu <[email protected]>" \
8
org.label-schema.vendor="Bo-Yi Wu" \
9
org.label-schema.schema-version="1.0"
10
11
-RUN apk add --no-cache ca-certificates && \
+LABEL org.opencontainers.image.source=https://github.com/appleboy/drone-scp
12
+LABEL org.opencontainers.image.description="Copy files and artifacts via SSH"
13
+LABEL org.opencontainers.image.licenses=MIT
14
+
15
+RUN apk add --no-cache ca-certificates=20220614-r4 && \
16
rm -rf /var/cache/apk/*
17
18
COPY release/${TARGETOS}/${TARGETARCH}/drone-scp /bin/
0 commit comments