we also need these args to be used for the new image ingestion endpoiont
rodzic
1440a58663
commit
f38458b716
|
@ -25,6 +25,8 @@ RUN \
|
||||||
# Runtime stage
|
# Runtime stage
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY --from=rootfs-stage /root-out/ /
|
COPY --from=rootfs-stage /root-out/ /
|
||||||
|
ARG BUILD_DATE
|
||||||
|
ARG VERSION
|
||||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||||
LABEL MAINTAINER="sparkyballs,TheLamer"
|
LABEL MAINTAINER="sparkyballs,TheLamer"
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,8 @@ RUN \
|
||||||
# Runtime stage
|
# Runtime stage
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY --from=rootfs-stage /root-out/ /
|
COPY --from=rootfs-stage /root-out/ /
|
||||||
|
ARG BUILD_DATE
|
||||||
|
ARG VERSION
|
||||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||||
LABEL MAINTAINER="sparkyballs,TheLamer"
|
LABEL MAINTAINER="sparkyballs,TheLamer"
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,8 @@ RUN \
|
||||||
# Runtime stage
|
# Runtime stage
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY --from=rootfs-stage /root-out/ /
|
COPY --from=rootfs-stage /root-out/ /
|
||||||
|
ARG BUILD_DATE
|
||||||
|
ARG VERSION
|
||||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||||
LABEL MAINTAINER="sparkyballs,TheLamer"
|
LABEL MAINTAINER="sparkyballs,TheLamer"
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue