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
f1a981348f
commit
765720710b
11
Dockerfile
11
Dockerfile
@ -1,10 +1,11 @@
|
||||
FROM centos:7
|
||||
|
||||
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
|
||||
org.label-schema.name="rpmbuild" \
|
||||
org.label-schema.vcs-url="https://gitea.rknet.org/docker/rpmbuild" \
|
||||
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="rpmbuild"
|
||||
LABEL org.opencontainers.image.url="https://gitea.rknet.org/docker/rpmbuild"
|
||||
LABEL org.opencontainers.image.source="https://gitea.rknet.org/docker/rpmbuild"
|
||||
LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/rpmbuild"
|
||||
|
||||
ENV RPMBUILD_BASE_DIR=/drone/src
|
||||
|
||||
|
Reference in New Issue
Block a user