File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,14 +60,14 @@ FROM spigot-config
60
60
ARG BUILD_DATE
61
61
ARG SPIGOT_VERSION=latest
62
62
ENV SPIGOT_VERSION ${SPIGOT_VERSION:-latest}
63
-
64
63
LABEL maintainer=
"[email protected] "
65
64
LABEL org.label-schema.build-date="$BUILD_DATE"
66
65
LABEL org.label-schema.license="GPLv2"
67
- LABEL org.label-schema.name="Spigot Minecraft Server ($SPIGOT_VERSION) on CentOS v7"
68
- LABEL org.label-schema.schema-version="1.0 "
66
+ LABEL org.label-schema.name="Spigot Minecraft Server on CentOS v7"
67
+ LABEL org.label-schema.schema-version="$SPIGOT_VERSION "
69
68
LABEL org.label-schema.vendor=
"[email protected] "
70
69
LABEL org.opencontainers.image.created="$BUILD_DATE"
71
70
LABEL org.opencontainers.image.licenses="GPL-2.0-only"
72
- LABEL org.opencontainers.image.title="Spigot Minecraft Server ($SPIGOT_VERSION) on CentOS v7"
71
+ LABEL org.opencontainers.image.title="Spigot Minecraft Server on CentOS v7"
72
+ LABEL org.opencontainers.image.version="$SPIGOT_VERSION"
73
73
LABEL org.opencontainers.image.vendor=
"[email protected] "
You can’t perform that action at this time.
0 commit comments