mirror of
https://github.com/drone-plugins/drone-docker.git
synced 2026-06-04 18:24:24 +08:00
ebce953fc4
* initial commit * switch order of args for trimPrefix
5 lines
139 B
Docker
5 lines
139 B
Docker
FROM plugins/docker:linux-arm
|
|
|
|
ADD release/linux/arm/drone-acr /bin/
|
|
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-acr"]
|