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,4 @@
FROM plugins/docker:linux-amd64
ADD release/linux/amd64/drone-acr /bin/
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-acr"]