drone-s3-sync/Dockerfile
Thomas Boerger b0dadb7aa6 Updated to current build process (#39)
* Dropped vendoring directory

* Updated to current build process
2018-04-25 09:10:51 +08:00

10 lines
308 B
Docker

FROM plugins/base:multiarch
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
org.label-schema.name="Drone S3 Sync" \
org.label-schema.vendor="Drone.IO Community" \
org.label-schema.schema-version="1.0"
ADD release/linux/amd64/drone-s3-sync /bin/
ENTRYPOINT ["/bin/drone-s3-sync"]