mirror of
https://github.com/thegeeklab/wp-github-comment.git
synced 2024-11-09 17:50:38 +00:00
chore(docker): switch to org.opencontainers image labels
This commit is contained in:
parent
8c9d26dc9a
commit
bcc0b55f20
@ -1,9 +1,11 @@
|
|||||||
FROM plugins/base:multiarch
|
FROM amd64/alpine:3.13
|
||||||
|
|
||||||
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
|
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
|
||||||
org.label-schema.name="Drone GitHub Comment" \
|
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
|
||||||
org.label-schema.vendor="Robert Kaussow" \
|
LABEL org.opencontainers.image.title="drone-github-comment"
|
||||||
org.label-schema.schema-version="1.0"
|
LABEL org.opencontainers.image.url="https://github.com/thegeeklab/drone-github-comment"
|
||||||
|
LABEL org.opencontainers.image.source="https://github.com/thegeeklab/drone-github-comment"
|
||||||
|
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/drone-github-comment"
|
||||||
|
|
||||||
ADD release/amd64/drone-github-comment /bin/
|
ADD release/amd64/drone-github-comment /bin/
|
||||||
ENTRYPOINT [ "/bin/drone-github-comment" ]
|
ENTRYPOINT [ "/bin/drone-github-comment" ]
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
FROM plugins/base:multiarch
|
FROM arm32v6/alpine:3.13
|
||||||
|
|
||||||
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
|
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
|
||||||
org.label-schema.name="Drone GitHub Comment" \
|
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
|
||||||
org.label-schema.vendor="Robert Kaussow" \
|
LABEL org.opencontainers.image.title="drone-github-comment"
|
||||||
org.label-schema.schema-version="1.0"
|
LABEL org.opencontainers.image.url="https://github.com/thegeeklab/drone-github-comment"
|
||||||
|
LABEL org.opencontainers.image.source="https://github.com/thegeeklab/drone-github-comment"
|
||||||
|
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/drone-github-comment"
|
||||||
|
|
||||||
ADD release/arm/drone-github-comment /bin/
|
ADD release/arm/drone-github-comment /bin/
|
||||||
ENTRYPOINT [ "/bin/drone-github-comment" ]
|
ENTRYPOINT [ "/bin/drone-github-comment" ]
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
FROM plugins/base:multiarch
|
FROM arm64v7/alpine:3.13
|
||||||
|
|
||||||
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
|
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
|
||||||
org.label-schema.name="Drone GitHub Comment" \
|
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
|
||||||
org.label-schema.vendor="Robert Kaussow" \
|
LABEL org.opencontainers.image.title="drone-github-comment"
|
||||||
org.label-schema.schema-version="1.0"
|
LABEL org.opencontainers.image.url="https://github.com/thegeeklab/drone-github-comment"
|
||||||
|
LABEL org.opencontainers.image.source="https://github.com/thegeeklab/drone-github-comment"
|
||||||
|
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/drone-github-comment"
|
||||||
|
|
||||||
ADD release/arm64/drone-github-comment /bin/
|
ADD release/arm64/drone-github-comment /bin/
|
||||||
ENTRYPOINT [ "/bin/drone-github-comment" ]
|
ENTRYPOINT [ "/bin/drone-github-comment" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user