client-builder (sha256:e606d45d714c4996fe832e3c3f5ad4d232fb49d9741777246873331e485d3c28)
Published 2026-07-18 14:46:22 +00:00 by OPi
Installation
docker pull ncum.freeboxos.fr/wisteria/client-builder@sha256:e606d45d714c4996fe832e3c3f5ad4d232fb49d9741777246873331e485d3c28sha256:e606d45d714c4996fe832e3c3f5ad4d232fb49d9741777246873331e485d3c28Image layers
| # debian.sh --arch 'arm64' out/ 'bookworm' '@1783900800' |
| ARG GODOT_VERSION=4.6.3-stable |
| ARG GODOT_TEMPLATE_DIR=4.6.3.stable |
| ARG LUAJIT_PKG_VERSION=2.1.1774896198-1 |
| RUN |3 GODOT_VERSION=4.6.3-stable GODOT_TEMPLATE_DIR=4.6.3.stable LUAJIT_PKG_VERSION=2.1.1774896198-1 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl unzip zip zstd libfontconfig1 libfreetype6 libx11-6 libxcursor1 libxinerama1 libxi6 libxrandr2 libxext6 libgl1 libasound2 libpulse0 libudev1 libdbus-1-3 && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN |3 GODOT_VERSION=4.6.3-stable GODOT_TEMPLATE_DIR=4.6.3.stable LUAJIT_PKG_VERSION=2.1.1774896198-1 /bin/sh -c mkdir -p /opt/luajit && curl -fL -o /tmp/luajit.pkg.tar.zst "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-luajit-${LUAJIT_PKG_VERSION}-any.pkg.tar.zst" && tar --zstd -xf /tmp/luajit.pkg.tar.zst -C /opt/luajit mingw64/bin/luajit.exe mingw64/bin/lua51.dll && rm /tmp/luajit.pkg.tar.zst # buildkit |
| RUN |3 GODOT_VERSION=4.6.3-stable GODOT_TEMPLATE_DIR=4.6.3.stable LUAJIT_PKG_VERSION=2.1.1774896198-1 /bin/sh -c curl -fL -o /tmp/godot.zip "https://github.com/godotengine/godot/releases/download/${GODOT_VERSION}/Godot_v${GODOT_VERSION}_linux.arm64.zip" && unzip -q /tmp/godot.zip -d /usr/local/bin && mv "/usr/local/bin/Godot_v${GODOT_VERSION}_linux.arm64" /usr/local/bin/godot && chmod +x /usr/local/bin/godot && rm /tmp/godot.zip # buildkit |
| RUN |3 GODOT_VERSION=4.6.3-stable GODOT_TEMPLATE_DIR=4.6.3.stable LUAJIT_PKG_VERSION=2.1.1774896198-1 /bin/sh -c mkdir -p "/root/.local/share/godot/export_templates/${GODOT_TEMPLATE_DIR}" && curl -fL -o /tmp/templates.tpz "https://github.com/godotengine/godot/releases/download/${GODOT_VERSION}/Godot_v${GODOT_VERSION}_export_templates.tpz" && unzip -q /tmp/templates.tpz -d /tmp/templates && mv /tmp/templates/templates/* "/root/.local/share/godot/export_templates/${GODOT_TEMPLATE_DIR}/" && rm -rf /tmp/templates.tpz /tmp/templates # buildkit |
| WORKDIR /project |
| ENTRYPOINT ["godot"] |
Details
2026-07-18 14:46:22 +00:00
Versions (2)
View all
Container
0
OCI / Docker
linux/arm64
1.4 GiB
cf2c4dbf863f
2026-07-18
latest
2026-07-18