adds maintainer
This commit is contained in:
parent
e895279730
commit
9d8fb03382
@ -15,7 +15,7 @@ def TimeZone = "America/Chicago"
|
|||||||
def dockerFile = """
|
def dockerFile = """
|
||||||
FROM registry.c.test-chamber-13.lan/library/alpine:latest
|
FROM registry.c.test-chamber-13.lan/library/alpine:latest
|
||||||
|
|
||||||
LABEL org.opencontainers.image.authors="The_Spider <spider@smoothnet.org>"
|
LABEL maintainer="The_Spider <spider@smoothnet.org>"
|
||||||
|
|
||||||
ARG TZ
|
ARG TZ
|
||||||
ARG LANG
|
ARG LANG
|
||||||
|
@ -14,6 +14,8 @@ def repositoryCreds = "harbor-repository-creds"
|
|||||||
|
|
||||||
def dockerFile = """FROM ${repository}/dockerhub/library/alpine:latest
|
def dockerFile = """FROM ${repository}/dockerhub/library/alpine:latest
|
||||||
|
|
||||||
|
LABEL maintainer="The_Spider <spider@smoothnet.org>"
|
||||||
|
|
||||||
COPY test-chamber-13.lan.root.crt /usr/local/share/ca-certificates/test-chamber-13.lan.root.crt
|
COPY test-chamber-13.lan.root.crt /usr/local/share/ca-certificates/test-chamber-13.lan.root.crt
|
||||||
|
|
||||||
RUN apk add --no-cache --virtual=.packagecache ca-certificates && \\
|
RUN apk add --no-cache --virtual=.packagecache ca-certificates && \\
|
||||||
|
@ -40,7 +40,7 @@ fi
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def dockerFile = """FROM ${repository}/linuxserver/linuxserver/deluge:amd64-latest
|
def dockerFile = """FROM ${repository}/linuxserver/linuxserver/deluge:amd64-latest
|
||||||
#FROM ${repository}/dockerhub/linuxserver/deluge:amd64-version-2.0.3-2201906121747ubuntu18.04.1
|
LABEL maintainer="The_Spider <spider@smoothnet.org>"
|
||||||
|
|
||||||
COPY connectivity_test.sh /root/connectivity_test.sh
|
COPY connectivity_test.sh /root/connectivity_test.sh
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ fi
|
|||||||
def dockerFile = """
|
def dockerFile = """
|
||||||
FROM registry.c.test-chamber-13.lan/library/alpine-glibc:latest
|
FROM registry.c.test-chamber-13.lan/library/alpine-glibc:latest
|
||||||
|
|
||||||
LABEL org.opencontainers.image.authors="The_Spider <spider@smoothnet.org>"
|
LABEL maintainer="The_Spider <spider@smoothnet.org>"
|
||||||
|
|
||||||
ENV PORT=34197 \\
|
ENV PORT=34197 \\
|
||||||
RCON_PORT=27015 \\
|
RCON_PORT=27015 \\
|
||||||
|
@ -16,6 +16,8 @@ def repositoryCreds = "harbor-repository-creds"
|
|||||||
|
|
||||||
def dockerFile = """FROM ${repository}/google/kaniko-project/executor:debug
|
def dockerFile = """FROM ${repository}/google/kaniko-project/executor:debug
|
||||||
|
|
||||||
|
LABEL maintainer="The_Spider <spider@smoothnet.org>"
|
||||||
|
|
||||||
COPY ./kaniko-chain.crt /kaniko/ssl/certs/ca-certificates.crt
|
COPY ./kaniko-chain.crt /kaniko/ssl/certs/ca-certificates.crt
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ RUN addgroup -S -g 1000 minecraft && \\
|
|||||||
|
|
||||||
FROM registry.c.test-chamber-13.lan/google/distroless/java17:latest
|
FROM registry.c.test-chamber-13.lan/google/distroless/java17:latest
|
||||||
|
|
||||||
LABEL org.opencontainers.image.authors="The_Spider <spider@smoothnet.org>"
|
LABEL maintainer="The_Spider <spider@smoothnet.org>"
|
||||||
|
|
||||||
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
|
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
|
||||||
COPY --from=builder /etc/passwd /etc/group /etc/
|
COPY --from=builder /etc/passwd /etc/group /etc/
|
||||||
|
@ -48,6 +48,8 @@ podTemplate(
|
|||||||
def dockerfile = """
|
def dockerfile = """
|
||||||
FROM ${repository}/dockerhub/cm2network/steamcmd:latest
|
FROM ${repository}/dockerhub/cm2network/steamcmd:latest
|
||||||
|
|
||||||
|
LABEL maintainer="The_Spider <spider@smoothnet.org>"
|
||||||
|
|
||||||
ARG STEAM_USER
|
ARG STEAM_USER
|
||||||
ARG STEAM_PASS
|
ARG STEAM_PASS
|
||||||
ARG STEAM_TOKEN
|
ARG STEAM_TOKEN
|
||||||
|
@ -5,6 +5,8 @@ def repositoryCreds = "harbor-repository-creds"
|
|||||||
|
|
||||||
def dockerFile = """FROM ${repository}/library/alpine:latest as builder
|
def dockerFile = """FROM ${repository}/library/alpine:latest as builder
|
||||||
|
|
||||||
|
LABEL maintainer="The_Spider <spider@smoothnet.org>"
|
||||||
|
|
||||||
RUN apk add --no-cache curl jq && \\
|
RUN apk add --no-cache curl jq && \\
|
||||||
VER=\$(curl --silent "https://api.github.com/repos/gorcon/rcon-cli/releases/latest" | jq -r '.tag_name' | sed -r 's/v//') && \\
|
VER=\$(curl --silent "https://api.github.com/repos/gorcon/rcon-cli/releases/latest" | jq -r '.tag_name' | sed -r 's/v//') && \\
|
||||||
curl --silent \\
|
curl --silent \\
|
||||||
|
@ -4,6 +4,8 @@ def repositoryCreds = "harbor-repository-creds"
|
|||||||
def dockerFile = """
|
def dockerFile = """
|
||||||
FROM ${repository}/dockerhub/cm2network/steamcmd:latest
|
FROM ${repository}/dockerhub/cm2network/steamcmd:latest
|
||||||
|
|
||||||
|
LABEL maintainer="The_Spider <spider@smoothnet.org>"
|
||||||
|
|
||||||
EXPOSE 15777/udp
|
EXPOSE 15777/udp
|
||||||
EXPOSE 15000/udp
|
EXPOSE 15000/udp
|
||||||
EXPOSE 777/udp
|
EXPOSE 777/udp
|
||||||
|
@ -32,6 +32,8 @@ podTemplate (
|
|||||||
}
|
}
|
||||||
def dockerFile = """FROM registry.access.redhat.com/ubi${rhOS}/${image}:latest
|
def dockerFile = """FROM registry.access.redhat.com/ubi${rhOS}/${image}:latest
|
||||||
|
|
||||||
|
LABEL maintainer="The_Spider <spider@smoothnet.org>"
|
||||||
|
|
||||||
COPY test-chamber-13.lan.root.crt /etc/pki/ca-trust/source/anchors/test-chamber-13.lan.root.crt
|
COPY test-chamber-13.lan.root.crt /etc/pki/ca-trust/source/anchors/test-chamber-13.lan.root.crt
|
||||||
|
|
||||||
RUN update-ca-trust extract && \\
|
RUN update-ca-trust extract && \\
|
||||||
|
@ -6,6 +6,8 @@ def repositoryCreds = "harbor-repository-creds"
|
|||||||
def dockerFile = """
|
def dockerFile = """
|
||||||
FROM ${repository}/library/alpine:latest
|
FROM ${repository}/library/alpine:latest
|
||||||
|
|
||||||
|
LABEL maintainer="The_Spider <spider@smoothnet.org>"
|
||||||
|
|
||||||
RUN apk add --no-cache openssl && \\
|
RUN apk add --no-cache openssl && \\
|
||||||
addgroup -g 1000 -S vlmcsd && \\
|
addgroup -g 1000 -S vlmcsd && \\
|
||||||
adduser -u 1000 -G vlmcsd -S -D -h /home/vlmcsd vlmcsd
|
adduser -u 1000 -G vlmcsd -S -D -h /home/vlmcsd vlmcsd
|
||||||
|
Reference in New Issue
Block a user