2022-05-24 06:55:36 +00:00
|
|
|
FROM arm32v7/alpine:3.16@sha256:0615cdd745d0b78e7e6ac3a7b1f02e4daefa664eae0324120955f4e4c91bea3f
|
2022-05-02 20:45:43 +00:00
|
|
|
|
|
|
|
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
|
|
|
|
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
|
|
|
|
LABEL org.opencontainers.image.title="drone-s3-sync"
|
|
|
|
LABEL org.opencontainers.image.url="https://github.com/thegeeklab/drone-s3-sync"
|
|
|
|
LABEL org.opencontainers.image.source="https://github.com/thegeeklab/drone-s3-sync"
|
|
|
|
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/drone-s3-sync"
|
|
|
|
|
|
|
|
ADD dist/drone-s3-sync /bin/
|
|
|
|
|
|
|
|
ENTRYPOINT ["/bin/drone-s3-sync"]
|