From 36815c9543778a47d52153e630ff5f6f40841588 Mon Sep 17 00:00:00 2001 From: bskrtich-ci Date: Thu, 19 Dec 2024 09:16:39 +0000 Subject: [PATCH] CI: Autobuild Repo --- README.md | 4 ++-- containers/tshock/{5.0.0 => 5.2.1}/Dockerfile | 6 +++--- containers/tshock/{5.0.0 => 5.2.1}/run-tshock.sh | 0 containers/tshock/latest | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename containers/tshock/{5.0.0 => 5.2.1}/Dockerfile (90%) rename containers/tshock/{5.0.0 => 5.2.1}/run-tshock.sh (100%) diff --git a/README.md b/README.md index 964ed50..c293df4 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ Docker Images are avaiable on [ghcr.io](https://github.com/beardedio/terraria/pk * vanilla-1.4.3.6 [(containers/vanilla/1.4.3.6/Dockerfile)](https://github.com/beardedio/terraria/blob/master/containers/vanilla/1.4.3.6/Dockerfile) * vanilla-1.4.2.3 [(containers/vanilla/1.4.2.3/Dockerfile)](https://github.com/beardedio/terraria/blob/master/containers/vanilla/1.4.2.3/Dockerfile) * vanilla-1.4.1.2 [(containers/vanilla/1.4.1.2/Dockerfile)](https://github.com/beardedio/terraria/blob/master/containers/vanilla/1.4.1.2/Dockerfile) -* tshock-5.2.0, tshock-latest [(containers/tshock/5.2.0/Dockerfile)](https://github.com/beardedio/terraria/blob/master/containers/tshock/5.2.0/Dockerfile) +* tshock-5.2.1, tshock-latest [(containers/tshock/5.2.1/Dockerfile)](https://github.com/beardedio/terraria/blob/master/containers/tshock/5.2.1/Dockerfile) +* tshock-5.2.0 [(containers/tshock/5.2.0/Dockerfile)](https://github.com/beardedio/terraria/blob/master/containers/tshock/5.2.0/Dockerfile) * tshock-5.1.3 [(containers/tshock/5.1.3/Dockerfile)](https://github.com/beardedio/terraria/blob/master/containers/tshock/5.1.3/Dockerfile) * tshock-5.1.2 [(containers/tshock/5.1.2/Dockerfile)](https://github.com/beardedio/terraria/blob/master/containers/tshock/5.1.2/Dockerfile) * tshock-5.1.1 [(containers/tshock/5.1.1/Dockerfile)](https://github.com/beardedio/terraria/blob/master/containers/tshock/5.1.1/Dockerfile) -* tshock-5.0.0 [(containers/tshock/5.0.0/Dockerfile)](https://github.com/beardedio/terraria/blob/master/containers/tshock/5.0.0/Dockerfile) ### Quick reference - Where to get help:\ diff --git a/containers/tshock/5.0.0/Dockerfile b/containers/tshock/5.2.1/Dockerfile similarity index 90% rename from containers/tshock/5.0.0/Dockerfile rename to containers/tshock/5.2.1/Dockerfile index 952242d..785b997 100644 --- a/containers/tshock/5.0.0/Dockerfile +++ b/containers/tshock/5.2.1/Dockerfile @@ -17,7 +17,7 @@ RUN mkdir /config /tshock && \ RUN favorites_path="/root/My Games/Terraria" && mkdir -p "$favorites_path" && echo "{}" > "$favorites_path/favorites.json" RUN cd /tmp && \ - curl -sL https://github.com/Pryaxis/TShock/releases/download/v5.0.0/TShock-5.0.0-for-Terraria-1.4.4.7-linux-x64-Release.zip --output tshock_release.zip && \ + curl -sL https://github.com/Pryaxis/TShock/releases/download/v5.2.1/TShock-5.2.1-for-Terraria-1.4.4.9-linux-amd64-Release.zip --output tshock_release.zip && \ unzip tshock_release.zip -d /tmp/tshock && \ cd /tmp/tshock && \ mkdir ./untar && tar -xf *.tar -C ./untar && \ @@ -33,8 +33,8 @@ LABEL org.label-schema.vcs-ref=$VCS_REF LABEL org.label-schema.vcs-url="https://github.com/beardedio/terraria" LABEL org.opencontainers.image.source=https://github.com/beardedio/terraria LABEL org.opencontainers.image.licenses=MIT -LABEL org.opencontainers.image.description="Tshock Terraria Server - Version 5.0.0" -LABEL TSHOCK_VERSION=5.0.0 +LABEL org.opencontainers.image.description="Tshock Terraria Server - Version 5.2.1" +LABEL TSHOCK_VERSION=5.2.1 # Allow for external data VOLUME ["/config", "/tshock/ServerPlugins"] diff --git a/containers/tshock/5.0.0/run-tshock.sh b/containers/tshock/5.2.1/run-tshock.sh similarity index 100% rename from containers/tshock/5.0.0/run-tshock.sh rename to containers/tshock/5.2.1/run-tshock.sh diff --git a/containers/tshock/latest b/containers/tshock/latest index 7cbea07..8044406 100644 --- a/containers/tshock/latest +++ b/containers/tshock/latest @@ -1 +1 @@ -5.2.0 \ No newline at end of file +5.2.1 \ No newline at end of file