2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2024-10-05 05:03:53 +00:00

Replace label-schema labels with opencontainers

org.label-schema.* labels are officially deprecated and replaced by the
opencontainers labels defined by the opencontainers image-spec at
https://github.com/opencontainers/image-spec/blob/main/annotations.md

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
Joe Groocock 2022-12-18 19:53:47 +00:00
parent 14a3f417b6
commit 47be4bd6c1
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -326,12 +326,11 @@ ARG OPENSSL_VER
ARG CURL_VER
ARG OUTPUT
LABEL maintainer="Spritsail <plex@spritsail.io>" \
org.label-schema.vendor="Spritsail" \
org.label-schema.name="Plex Media Server" \
org.label-schema.url="https://www.plex.tv/downloads/" \
org.label-schema.description="Tiny Docker image for Plex Media Server, built on busybox" \
org.label-schema.version=${PLEX_VER} \
LABEL org.opencontainers.image.authors="Spritsail <plex@spritsail.io>" \
org.opencontainers.image.title="Plex Media Server" \
org.opencontainers.image.url="https://www.plex.tv/downloads/" \
org.opencontainers.image.description="Tiny Docker image for Plex Media Server, built on busybox" \
org.opencontainers.image.version=${PLEX_VER} \
io.spritsail.version.plex=${PLEX_VER} \
io.spritsail.version.xmlstarlet=${XMLSTAR_VER} \
io.spritsail.version.busybox=${BUSYBOX_VER} \