diff --git a/Dockerfile b/Dockerfile index 0e97349..3c1b660 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,6 +37,8 @@ RUN \ # Runtime stage FROM scratch COPY --from=rootfs-stage /root-out/ / +ARG BUILD_DATE +ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL MAINTAINER="sparkyballs,TheLamer" diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index f78977c..f2ed339 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -37,6 +37,8 @@ RUN \ # Runtime stage FROM scratch COPY --from=rootfs-stage /root-out/ / +ARG BUILD_DATE +ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL MAINTAINER="sparkyballs,TheLamer" diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 5070ba6..461582f 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -37,6 +37,8 @@ RUN \ # Runtime stage FROM scratch COPY --from=rootfs-stage /root-out/ / +ARG BUILD_DATE +ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL MAINTAINER="sparkyballs,TheLamer"