mirror of
https://github.com/drone-plugins/drone-download.git
synced 2026-06-04 18:24:21 +08:00
10 lines
313 B
Docker
10 lines
313 B
Docker
FROM plugins/base:multiarch
|
|
|
|
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
|
|
org.label-schema.name="Drone Download" \
|
|
org.label-schema.vendor="Drone.IO Community" \
|
|
org.label-schema.schema-version="1.0"
|
|
|
|
ADD release/linux/arm64/drone-download /bin/
|
|
ENTRYPOINT [ "/bin/drone-download" ]
|