mirror of
https://github.com/linuxserver/docker-baseimage-ubuntu.git
synced 2026-04-27 00:00:54 +08:00
we also need these args to be used for the new image ingestion endpoiont
This commit is contained in:
parent
f77ad782a2
commit
fd9ba9c5aa
@ -25,6 +25,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"
|
||||
|
||||
|
||||
@ -25,6 +25,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"
|
||||
|
||||
|
||||
@ -25,6 +25,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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user