Adjust entrypoints and add steam sniper
This commit is contained in:
parent
1cf361059c
commit
e8dec3f984
25 changed files with 157 additions and 40 deletions
|
@ -7,7 +7,7 @@ LABEL type="OpenJDK 11"
|
|||
|
||||
USER root
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y curl lsof ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libfreetype6 zip unzip
|
||||
RUN apt-get install -y curl lsof ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libfreetype6 zip unzip tini
|
||||
|
||||
RUN useradd -m -d /home/container -s /bin/bash container
|
||||
ENV USER=container HOME=/home/container
|
||||
|
@ -21,5 +21,5 @@ USER container
|
|||
COPY --chown=container:container ./entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/bin/bash", "-c", "--"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "-g", "--"]
|
||||
CMD ["/entrypoint.sh"]
|
|
@ -7,7 +7,7 @@ LABEL type="OpenJDK 16"
|
|||
|
||||
USER root
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y curl lsof ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libfreetype6 zip unzip
|
||||
RUN apt-get install -y curl lsof ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libfreetype6 zip unzip tini
|
||||
|
||||
RUN useradd -m -d /home/container -s /bin/bash container
|
||||
ENV USER=container HOME=/home/container
|
||||
|
@ -21,5 +21,5 @@ USER container
|
|||
COPY --chown=container:container ./entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/bin/bash", "-c", "--"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "-g", "--"]
|
||||
CMD ["/entrypoint.sh"]
|
|
@ -7,7 +7,7 @@ LABEL type="OpenJDK 17"
|
|||
|
||||
USER root
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y curl lsof ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libfreetype6 zip unzip
|
||||
RUN apt-get install -y curl lsof ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libfreetype6 zip unzip tini
|
||||
|
||||
RUN useradd -m -d /home/container -s /bin/bash container
|
||||
ENV USER=container HOME=/home/container
|
||||
|
@ -21,5 +21,5 @@ USER container
|
|||
COPY --chown=container:container ./entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/bin/bash", "-c", "--"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "-g", "--"]
|
||||
CMD ["/entrypoint.sh"]
|
|
@ -7,7 +7,7 @@ LABEL type="OpenJDK 19"
|
|||
|
||||
USER root
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y curl lsof ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libfreetype6 zip unzip
|
||||
RUN apt-get install -y curl lsof ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libfreetype6 zip unzip tini
|
||||
|
||||
RUN useradd -m -d /home/container -s /bin/bash container
|
||||
ENV USER=container HOME=/home/container
|
||||
|
@ -21,5 +21,5 @@ USER container
|
|||
COPY --chown=container:container ./entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/bin/bash", "-c", "--"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "-g", "--"]
|
||||
CMD ["/entrypoint.sh"]
|
|
@ -7,7 +7,7 @@ LABEL type="OpenJDK 21"
|
|||
|
||||
USER root
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y curl lsof ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libfreetype6 zip unzip
|
||||
RUN apt-get install -y curl lsof ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libfreetype6 zip unzip tini
|
||||
|
||||
RUN useradd -m -d /home/container -s /bin/bash container
|
||||
ENV USER=container HOME=/home/container
|
||||
|
@ -21,5 +21,5 @@ USER container
|
|||
COPY --chown=container:container ./entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/bin/bash", "-c", "--"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "-g", "--"]
|
||||
CMD ["/entrypoint.sh"]
|
|
@ -7,7 +7,7 @@ LABEL type="OpenJDK 8"
|
|||
|
||||
USER root
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y curl lsof ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libfreetype6 zip unzip
|
||||
RUN apt-get install -y curl lsof ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libfreetype6 zip unzip tini
|
||||
|
||||
RUN useradd -m -d /home/container -s /bin/bash container
|
||||
ENV USER=container HOME=/home/container
|
||||
|
@ -21,5 +21,5 @@ USER container
|
|||
COPY --chown=container:container ./entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/bin/bash", "-c", "--"]
|
||||
ENTRYPOINT ["/usr/bin/tini", "-g", "--"]
|
||||
CMD ["/entrypoint.sh"]
|
Loading…
Add table
Add a link
Reference in a new issue