we also need these args to be used for the new image ingestion endpoiont

This commit is contained in:
thelamer 2019-05-20 15:38:23 -07:00
parent 9d2f74d789
commit 5a781b6cc6
3 changed files with 6 additions and 0 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"