godot-base (0.1)
Published 2025-09-03 14:46:43 +02:00 by andy
Installation
docker pull git.ratchev.ch/andy/godot-base:0.1
sha256:744a577fcdb2ca897547b684b3b3ec4a0413760ab32dbf89124c30272064be7d
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"] |
/bin/sh -c apt-get update && apt-get install -y wget unzip |
/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 && mv godot /usr/bin/ |
Labels
Key | Value |
---|---|
org.opencontainers.image.ref.name | ubuntu |
org.opencontainers.image.version | 24.04 |