oldunreal-ut2k4-docker (86b8391b4dafe7e5f9f644c9c40e28bb75b068b6)
Installation
docker pull git.mmo.to/qwc-open/oldunreal-ut2k4-docker:86b8391b4dafe7e5f9f644c9c40e28bb75b068b6sha256:bee6fdbe9ec20226aa18f4073b2dc4ee87d25d8f7e5f88839aa90b6ba7de563eImage layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=25.04 |
| ADD file:5c208fb70b021afc05727d8dc78f4c389e873e38646fc0f247ced1cb261ea370 in / |
| CMD ["/bin/bash"] |
| RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget git 7zip jq lbzip2 unshield libsdl3-0 && rm -rf /var/lib/apt/lists/* |
| RUN useradd -m -s /bin/bash ut2004 |
| RUN mkdir -p ${UT2004_INSTALL_DIR} && chown ut2004:ut2004 ${UT2004_INSTALL_DIR} && git clone --depth 1 https://github.com/OldUnreal/FullGameInstallers.git /tmp/FullGameInstallers && chmod +x /tmp/FullGameInstallers/Linux/install-ut2004.sh && su ut2004 -c " echo y | /tmp/FullGameInstallers/Linux/install-ut2004.sh --ui-mode none -d ${UT2004_INSTALL_DIR} --application-entry skip --desktop-shortcut skip " && rm -rf /tmp/FullGameInstallers |
| RUN mkdir -p /data && chown ut2004:ut2004 /data |
| COPY --chown=ut2004:ut2004 entrypoint.sh /entrypoint.sh |
| RUN chmod +x /entrypoint.sh |
| WORKDIR ${UT2004_INSTALL_DIR} |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 25.04 |
Details
2026-03-09 21:13:38 +01:00
Versions (9)
View all
Container
1
OCI / Docker
linux/amd64
3 GiB
v0.1
2026-03-10
3f659fe7bc040b8ea783cef19a68b7af350cca03
2026-03-09
19da30d9c458c175172aba0839768c0036a44b70
2026-03-09
86b8391b4dafe7e5f9f644c9c40e28bb75b068b6
2026-03-09
75b36066304841f1671c7621726c5340e994c4f9
2026-03-09