update build

This commit is contained in:
James Dudley 2025-02-15 13:03:43 -06:00
parent 5e6c0ebd03
commit 200ee92533
2 changed files with 4 additions and 5 deletions

View File

@ -7,7 +7,7 @@ ARG contentServer=content.lacledeslan.net
RUN echo "Downloading UT99 Dedicated Server Assets" &&`
mkdir --parents /tmp/ &&`
curl -sSL "http://${contentServer}/fastDownloads/_installers/ut99-451-linux.7z" -o /tmp/ut99-server.7z &&`
curl -sSL "http://${contentServer}/fastDownloads/_installers/uts99/ut99-oldunreal-469e-rc7-linux-amd64.7z" -o /tmp/ut99-server.7z &&`
echo "Validating download against known hash" &&`
echo "1f72326595e34474a955dfce7201c58ff16b772cb79ac118d3914d029b5e593e /tmp/ut99-server.7z" | sha256sum -c - &&`
echo "Extracting UT99 Dedicated Server Assets" &&`
@ -15,7 +15,7 @@ RUN echo "Downloading UT99 Dedicated Server Assets" &&`
rm -f /tmp/*.7z
#=======================================================================
FROM debian:bullseye-slim
FROM debian:bookworm-slim
HEALTHCHECK NONE
@ -40,7 +40,7 @@ LABEL com.lacledeslan.build-node=$BUILDNODE `
org.opencontainers.image.vendor="Laclede's LAN" `
org.opencontainers.image.version=$SOURCE_COMMIT
# Set up Enviornment
# Set up Environment
RUN useradd --home /app --gid root --system UT99 &&`
mkdir -p /app &&`
chown UT99:root -R /app;

View File

@ -13,14 +13,13 @@ This UT99 server was built from the following content:
3. DE Bonus Pack (a.k.a. Bonus Pack 2): Contains three new mutators (Team Beacon, Volatile Ammo and Volatile Weapon) and two new maps: CTF-HallOfGiants and CTF-Orbital.
4. Inoxx Bonus Pack (a.k.a. Bonus Pack 3): Contains six new maps: CTF-Face][, CTF-High, CTF-Kosov, CTF-Nucleus, DM-Crane and DM-SpaceNoxx.
5. Christmas Bonus Pack (a.k.a. Bonus Pack 4): Includes two new models (Warboss and Xan Mk. II) and 12 new maps: CTF-Beatitude, CTF-EpicBoy, CTF-Face-SE, CTF-Ratchet, DM-Bishop, DM-Closer, DM-Grit-TOURNEY, DM-Viridian-TOURNEY, DOM-Bullet, DOM-CiDom, DOM-Lament][ and DOM-WolfsBay.
6. UTPG community patch - version 451.
6. [OldUnreal Community Patch - version 469e-rc7](https://github.com/OldUnreal/UnrealTournamentPatches)
## Linux
[![linux/amd64](https://github.com/LacledesLAN/gamesvr-ut99/actions/workflows/build-linux-image.yml/badge.svg?branch=master)](https://github.com/LacledesLAN/gamesvr-ut99/actions/workflows/build-linux-image.yml)
### Download
```shell