mirror of
https://github.com/drone-plugins/drone-download.git
synced 2026-06-04 10:15:28 +08:00
11 lines
367 B
Docker
11 lines
367 B
Docker
# escape=`
|
|
FROM plugins/base:windows-2004-amd64
|
|
|
|
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/windows/amd64/drone-download.exe C:/bin/drone-download.exe
|
|
ENTRYPOINT [ "C:\\bin\\drone-download.exe" ]
|