Create ACR plugin extension (#228)

* initial commit

* switch order of args for trimPrefix
This commit is contained in:
Robert Lippens
2019-03-28 03:20:36 -07:00
committed by Thomas Boerger
parent 13f2944b04
commit ebce953fc4
12 changed files with 633 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# 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" ]