mirror of
https://github.com/thegeeklab/drone-s3-sync.git
synced 2024-11-05 02:40:40 +00:00
b0dadb7aa6
* Dropped vendoring directory * Updated to current build process
10 lines
308 B
Docker
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"]
|