switch to org.opencontainers container labels
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-12-20 22:47:44 +01:00
parent 78f8d5894f
commit 48a98fdf24
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 6 additions and 5 deletions

View File

@ -1,10 +1,11 @@
FROM thegeeklab/alpine
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
org.label-schema.name="bitwardenrs" \
org.label-schema.vcs-url="https://gitea.rknet.org/docker/bitwardenrs" \
org.label-schema.vendor="Robert Kaussow" \
org.label-schema.schema-version="1.0"
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.title="bitwardenrs"
LABEL org.opencontainers.image.url="https://gitea.rknet.org/docker/bitwardenrs"
LABEL org.opencontainers.image.source="https://gitea.rknet.org/docker/bitwardenrs"
LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/bitwardenrs"
ARG VAULT_VERSION
# renovate: datasource=github-releases depName=dani-garcia/bw_web_builds