mirror of
https://github.com/thegeeklab/drone-docker-buildx.git
synced 2024-11-05 04:20:41 +00:00
11 lines
343 B
Docker
11 lines
343 B
Docker
|
# escape=`
|
||
|
FROM plugins/docker:windows-1803
|
||
|
|
||
|
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" `
|
||
|
org.label-schema.name="Drone ACR" `
|
||
|
org.label-schema.vendor="Drone.IO Community" `
|
||
|
org.label-schema.schema-version="1.0"
|
||
|
|
||
|
ADD release/windows/amd64/drone-acr.exe C:/bin/drone-acr.exe
|
||
|
ENTRYPOINT [ "C:\\bin\\drone-acr.exe" ]
|