godot-base (latest)
Published 2025-09-03 15:03:34 +02:00 by andy
Installation
docker pull git.ratchev.ch/andy/godot-base:latest
sha256:1e0f9a7bfcaa40669d91fe028dbc621bb0596874d48da536361ad05b3d03e5b9
Image layers
ARG RELEASE |
ARG LAUNCHPAD_BUILD_ARCH |
LABEL org.opencontainers.image.ref.name=ubuntu |
LABEL org.opencontainers.image.version=24.04 |
ADD file:e67907c77897d27192314f6c4fa0112b6f7dce3e127500516535cc50fe736c92 in / |
CMD ["/bin/bash"] |
RUN /bin/sh -c apt-get update && apt-get install -y wget unzip nodejs # buildkit |
RUN /bin/sh -c wget https://github.com/godotengine/godot/releases/download/4.4.1-stable/Godot_v4.4.1-stable_linux.x86_64.zip -O godot.zip && unzip -p godot.zip > godot && rm godot.zip && chmod +x godot && mv godot /usr/bin/ # buildkit |
Labels
Key | Value |
---|---|
org.opencontainers.image.ref.name | ubuntu |
org.opencontainers.image.version | 24.04 |