godot-base (0.2)

Published 2025-09-03 14:55:06 +02:00 by andy

Installation

docker pull git.ratchev.ch/andy/godot-base:0.2
sha256:23686b6cfc93ae8888015f96642797dd6981bce6cf272b8266eea1e6c2e32eed

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 # 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
Details
Container
2025-09-03 14:55:06 +02:00
1
OCI / Docker
linux/amd64
127 MiB
Versions (4) View all
latest 2025-09-03
0.3 2025-09-03
0.2 2025-09-03
0.1 2025-09-03