Skip to content
Snippets Groups Projects
Commit f8b52e2c authored by aptalca's avatar aptalca Committed by Ryan Kuba
Browse files

fix maintainer label

parent fcf1ffc1
No related branches found
No related tags found
No related merge requests found
FROM alpine:3.9 as rootfs-stage FROM alpine:3.9 as rootfs-stage
MAINTAINER sparkyballs,thelamer
# environment # environment
ENV REL=bionic ENV REL=bionic
...@@ -28,7 +27,7 @@ COPY --from=rootfs-stage /root-out/ / ...@@ -28,7 +27,7 @@ COPY --from=rootfs-stage /root-out/ /
ARG BUILD_DATE ARG BUILD_DATE
ARG VERSION 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="TheLamer"
# set version for s6 overlay # set version for s6 overlay
ARG OVERLAY_VERSION="v1.22.0.0" ARG OVERLAY_VERSION="v1.22.0.0"
......
FROM alpine:3.9 as rootfs-stage FROM alpine:3.9 as rootfs-stage
MAINTAINER sparkyballs,thelamer
# environment # environment
ENV REL=bionic ENV REL=bionic
...@@ -28,7 +27,7 @@ COPY --from=rootfs-stage /root-out/ / ...@@ -28,7 +27,7 @@ COPY --from=rootfs-stage /root-out/ /
ARG BUILD_DATE ARG BUILD_DATE
ARG VERSION 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="TheLamer"
# set version for s6 overlay # set version for s6 overlay
ARG OVERLAY_VERSION="v1.22.0.0" ARG OVERLAY_VERSION="v1.22.0.0"
......
FROM alpine:3.9 as rootfs-stage FROM alpine:3.9 as rootfs-stage
MAINTAINER sparkyballs,thelamer
# environment # environment
ENV REL=bionic ENV REL=bionic
...@@ -28,7 +27,7 @@ COPY --from=rootfs-stage /root-out/ / ...@@ -28,7 +27,7 @@ COPY --from=rootfs-stage /root-out/ /
ARG BUILD_DATE ARG BUILD_DATE
ARG VERSION 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="TheLamer"
# set version for s6 overlay # set version for s6 overlay
ARG OVERLAY_VERSION="v1.22.0.0" ARG OVERLAY_VERSION="v1.22.0.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment