Skip to content

Commit 4eb33d6

Browse files
committed
Add correct container image version
1 parent 76db427 commit 4eb33d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ FROM spigot-config
6060
ARG BUILD_DATE
6161
ARG SPIGOT_VERSION=latest
6262
ENV SPIGOT_VERSION ${SPIGOT_VERSION:-latest}
63-
6463
LABEL maintainer="[email protected]"
6564
LABEL org.label-schema.build-date="$BUILD_DATE"
6665
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"
6968
LABEL org.label-schema.vendor="[email protected]"
7069
LABEL org.opencontainers.image.created="$BUILD_DATE"
7170
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"
7373
LABEL org.opencontainers.image.vendor="[email protected]"

0 commit comments

Comments
 (0)