mirror of
https://github.com/thegeeklab/drone-s3-sync.git
synced 2024-11-05 02:40:40 +00:00
13 lines
604 B
Docker
13 lines
604 B
Docker
|
FROM arm64v8/alpine:3.15@sha256:f3bec467166fd0e38f83ff32fb82447f5e89b5abd13264a04454c75e11f1cdc6
|
||
|
|
||
|
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"]
|