test
This commit is contained in:
@@ -2,7 +2,7 @@ FROM alpine:latest
|
|||||||
LABEL maintainer "fithwum"
|
LABEL maintainer "fithwum"
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/teamspeak-server/-/raw/main/alpine/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/teamspeak-server/raw/branch/main/alpine/files/Install_Script.sh
|
||||||
|
|
||||||
# Install dependencies and folder creation
|
# Install dependencies and folder creation
|
||||||
RUN apk update && apk add --no-cache wget nano ca-certificates libstdc++ su-exec bash-completion tar curl jq \
|
RUN apk update && apk add --no-cache wget nano ca-certificates libstdc++ su-exec bash-completion tar curl jq \
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ TS_VERSION=$(curl -s "https://www.teamspeak.com/versions/server.json" | jq --raw
|
|||||||
CHANGELOG=/ts3server/CHANGELOG_$TS_VERSION
|
CHANGELOG=/ts3server/CHANGELOG_$TS_VERSION
|
||||||
echo "Latest server version from Teamspeak:$TS_VERSION"
|
echo "Latest server version from Teamspeak:$TS_VERSION"
|
||||||
|
|
||||||
TS_FILES=https://gitlab.fithwum.tech/fithwum/teamspeak-server/-/raw/main/files
|
TS_FILES=https://gitea.fithwum.tech/fithwum/teamspeak-server/raw/branch/main/files
|
||||||
TS_SERVER=https://files.teamspeak-services.com/releases/server/$TS_VERSION/teamspeak3-server_linux_amd64-$TS_VERSION.tar.bz2
|
TS_SERVER=https://files.teamspeak-services.com/releases/server/$TS_VERSION/teamspeak3-server_linux_amd64-$TS_VERSION.tar.bz2
|
||||||
|
|
||||||
# Main install (alpine).
|
# Main install (alpine).
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ FROM fithwum/base-image:debian-bullseye
|
|||||||
LABEL maintainer "fithwum"
|
LABEL maintainer "fithwum"
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/teamspeak-server/-/raw/main/basic/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/teamspeak-server/raw/branch/main/basic/files/Install_Script.sh
|
||||||
|
|
||||||
# Install dependencies and folder creation
|
# Install dependencies and folder creation
|
||||||
RUN apt-get -y update && apt-get autoclean && apt-get autoremove \
|
RUN apt-get -y update && apt-get autoclean && apt-get autoremove \
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ TS_VERSION=$(curl -s "https://www.teamspeak.com/versions/server.json" | jq --raw
|
|||||||
CHANGELOG=/ts3server/CHANGELOG_$TS_VERSION
|
CHANGELOG=/ts3server/CHANGELOG_$TS_VERSION
|
||||||
echo "Latest server version from Teamspeak:$TS_VERSION."
|
echo "Latest server version from Teamspeak:$TS_VERSION."
|
||||||
|
|
||||||
TS_FILES=https://gitlab.fithwum.tech/fithwum/teamspeak-server/-/raw/main/files
|
TS_FILES=https://gitea.fithwum.tech/fithwum/teamspeak-server/raw/branch/main/files
|
||||||
TS_SERVER=https://files.teamspeak-services.com/releases/server/$TS_VERSION/teamspeak3-server_linux_amd64-$TS_VERSION.tar.bz2
|
TS_SERVER=https://files.teamspeak-services.com/releases/server/$TS_VERSION/teamspeak3-server_linux_amd64-$TS_VERSION.tar.bz2
|
||||||
|
|
||||||
# Main install (alpine).
|
# Main install (alpine).
|
||||||
|
|||||||
2
debian/Dockerfile
vendored
2
debian/Dockerfile
vendored
@@ -2,7 +2,7 @@ FROM fithwum/base-image:debian-bullseye
|
|||||||
LABEL maintainer "fithwum"
|
LABEL maintainer "fithwum"
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/teamspeak-server/-/raw/main/debian/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/teamspeak-server/raw/branch/main/debian/files/Install_Script.sh
|
||||||
|
|
||||||
# Install dependencies and folder creation
|
# Install dependencies and folder creation
|
||||||
RUN apt-get -y update && apt-get autoclean && apt-get autoremove \
|
RUN apt-get -y update && apt-get autoclean && apt-get autoremove \
|
||||||
|
|||||||
2
debian/files/Install_Script.sh
vendored
2
debian/files/Install_Script.sh
vendored
@@ -9,7 +9,7 @@ TS_VERSION=$(curl -s "https://www.teamspeak.com/versions/server.json" | jq --raw
|
|||||||
CHANGELOG=/ts3server/CHANGELOG_$TS_VERSION
|
CHANGELOG=/ts3server/CHANGELOG_$TS_VERSION
|
||||||
echo "Latest server version from Teamspeak:$TS_VERSION."
|
echo "Latest server version from Teamspeak:$TS_VERSION."
|
||||||
|
|
||||||
TS_FILES=https://gitlab.fithwum.tech/fithwum/teamspeak-server/-/raw/main/files
|
TS_FILES=https://gitea.fithwum.tech/fithwum/teamspeak-server/raw/branch/main/files
|
||||||
TS_SERVER=https://files.teamspeak-services.com/releases/server/$TS_VERSION/teamspeak3-server_linux_amd64-$TS_VERSION.tar.bz2
|
TS_SERVER=https://files.teamspeak-services.com/releases/server/$TS_VERSION/teamspeak3-server_linux_amd64-$TS_VERSION.tar.bz2
|
||||||
|
|
||||||
# Main install (debian).
|
# Main install (debian).
|
||||||
|
|||||||
Reference in New Issue
Block a user