switch to org.opencontainers container labels
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8b0a3fd47c
commit
d4db13ba73
11
Dockerfile
11
Dockerfile
@ -1,10 +1,11 @@
|
||||
FROM alpine:3.12
|
||||
|
||||
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
|
||||
org.label-schema.name="alpine-tools" \
|
||||
org.label-schema.vcs-url="https://gitea.rknet.org/docker/alpine-tools" \
|
||||
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="alpine-tools"
|
||||
LABEL org.opencontainers.image.url="https://gitea.rknet.org/docker/alpine-tools"
|
||||
LABEL org.opencontainers.image.source="https://gitea.rknet.org/docker/alpine-tools"
|
||||
LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/alpine-tools"
|
||||
|
||||
ARG GOMPLATE_VERSION
|
||||
ARG SUPERCRONIC_VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user