Create ACR plugin extension (#228)
* initial commit * switch order of args for trimPrefix
This commit is contained in:
committed by
Thomas Boerger
parent
13f2944b04
commit
ebce953fc4
10
docker/acr/Dockerfile.windows.1803
Normal file
10
docker/acr/Dockerfile.windows.1803
Normal 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" ]
|
||||
Reference in New Issue
Block a user