public

builderimage (latest)

Published 2026-05-03 03:57:40 +02:00 by testuser1

Installation

docker pull gitea.controller.bittehackmichnicht.de/public/builderimage:latest
sha256:715bdf2d5f3fc64101bd2c3c989c63218fb55f4ffc74dfc4d6e91b6e903c559e

Images

Digest OS / Arch Size
8863720043 linux/amd64 2.5 GiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'bullseye' '@1776729600'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl unzip zip ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
ENV GODOT_VERSION=4.6.2
ENV GODOT_BIN_NAME=Godot_v4.6.2-stable
ENV GODOT_BIN=/godot/Godot_v4.6.2-stable_linux.x86_64
RUN /bin/sh -c curl -fL -o godot.zip "https://github.com/godotengine/godot/releases/download/${GODOT_VERSION}-stable/${GODOT_BIN_NAME}_linux.x86_64.zip" && curl -fL -o export_templates.tpz "https://github.com/godotengine/godot/releases/download/${GODOT_VERSION}-stable/${GODOT_BIN_NAME}_export_templates.tpz" # buildkit
RUN /bin/sh -c mkdir -p /godot && unzip godot.zip -d /godot && rm godot.zip && chmod +x ${GODOT_BIN} # buildkit
RUN /bin/sh -c mkdir -p /godot/export_templates && unzip export_templates.tpz -d /godot/export_templates && rm export_templates.tpz # buildkit
Details
Container
2026-05-03 03:57:40 +02:00
1
OCI / Docker
Versions (1) View all
latest 2026-05-03