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 ee30ef0 commit 4a459faCopy full SHA for 4a459fa
docker/Dockerfile.linux.arm64
@@ -1,9 +1,14 @@
1
-FROM plugins/base:multiarch
+FROM plugins/base:multiarch as builder
2
+
3
+FROM scratch
4
5
LABEL maintainer="Drone.IO Community <[email protected]>" \
6
org.label-schema.name="Drone S3" \
7
org.label-schema.vendor="Drone.IO Community" \
8
org.label-schema.schema-version="1.0"
9
10
ADD release/linux/arm64/drone-s3 /bin/
11
12
+COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
13
14
ENTRYPOINT ["/bin/drone-s3"]
0 commit comments