mirror of
https://github.com/thegeeklab/drone-s3-sync.git
synced 2024-11-05 02:40:40 +00:00
471f743e20
* Use specific plugin versions, pull latest versions and enable a microbadger webhook * Use the new plugins/base:multiarch image
12 lines
428 B
Docker
12 lines
428 B
Docker
FROM plugins/base:multiarch
|
|
MAINTAINER Drone.IO Community <drone-dev@googlegroups.com>
|
|
|
|
LABEL org.label-schema.version=latest
|
|
LABEL org.label-schema.vcs-url="https://github.com/drone-plugins/drone-s3-sync.git"
|
|
LABEL org.label-schema.name="Drone S3 Sync"
|
|
LABEL org.label-schema.vendor="Drone.IO Community"
|
|
LABEL org.label-schema.schema-version="1.0"
|
|
|
|
ADD release/linux/arm/drone-s3-sync /bin/
|
|
ENTRYPOINT [ "/bin/drone-s3-sync" ]
|