Move dockerfiles to docker folder

This commit is contained in:
Thomas Boerger
2019-01-20 20:45:29 +01:00
parent 96e7827129
commit e6aebc441a
5 changed files with 1 additions and 12 deletions
+9
View File
@@ -0,0 +1,9 @@
FROM plugins/base:multiarch
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
org.label-schema.name="Drone Download" \
org.label-schema.vendor="Drone.IO Community" \
org.label-schema.schema-version="1.0"
ADD release/linux/amd64/drone-download /bin/
ENTRYPOINT ["/bin/drone-download"]