Sergey sergey

godot-ci (latest)

Published 2026-01-19 00:37:25 +00:00 by sergey in sergey/godot-ci

Installation

docker pull git.aww.cloud/sergey/godot-ci:latest
sha256:75b758fd8c0241597eb2a20f12e77035513be12039178b66d93c6501b62b66de

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:3077ee44db3cc7d38740d60a05c81418dd3825a007db473658464f52689e867b in /
CMD ["/bin/bash"]
LABEL author=https://github.com/aBARICHELLO/godot-ci/graphs/contributors
USER root
SHELL [/bin/bash -c]
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/bash -c apt-get update && apt-get install -y --no-install-recommends ca-certificates git unzip wget zip rsync && rm -rf /var/lib/apt/lists/* # buildkit
ARG GODOT_VERSION=4.5
ARG RELEASE_NAME=stable
ARG SUBDIR=
ARG GODOT_TEST_ARGS=
ARG GODOT_PLATFORM=linux.x86_64
RUN |5 GODOT_VERSION=4.5 RELEASE_NAME=stable SUBDIR= GODOT_TEST_ARGS= GODOT_PLATFORM=linux.x86_64 /bin/bash -c wget https://github.com/godotengine/godot-builds/releases/download/${GODOT_VERSION}-${RELEASE_NAME}/Godot_v${GODOT_VERSION}-${RELEASE_NAME}_${GODOT_PLATFORM}.zip && wget https://github.com/godotengine/godot-builds/releases/download/${GODOT_VERSION}-${RELEASE_NAME}/Godot_v${GODOT_VERSION}-${RELEASE_NAME}_export_templates.tpz && mkdir -p ~/.cache && mkdir -p ~/.config/godot && mkdir -p ~/.local/share/godot/export_templates/${GODOT_VERSION}.${RELEASE_NAME} && unzip Godot_v${GODOT_VERSION}-${RELEASE_NAME}_${GODOT_PLATFORM}.zip && mv Godot_v${GODOT_VERSION}-${RELEASE_NAME}_${GODOT_PLATFORM} /usr/local/bin/godot && unzip Godot_v${GODOT_VERSION}-${RELEASE_NAME}_export_templates.tpz && mv templates/* ~/.local/share/godot/export_templates/${GODOT_VERSION}.${RELEASE_NAME} && rm -f Godot_v${GODOT_VERSION}-${RELEASE_NAME}_export_templates.tpz Godot_v${GODOT_VERSION}-${RELEASE_NAME}_${GODOT_PLATFORM}.zip # buildkit
RUN |5 GODOT_VERSION=4.5 RELEASE_NAME=stable SUBDIR= GODOT_TEST_ARGS= GODOT_PLATFORM=linux.x86_64 /bin/bash -c godot -v -e --quit --headless ${GODOT_TEST_ARGS} # buildkit

Labels

Key Value
author https://github.com/aBARICHELLO/godot-ci/graphs/contributors
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2026-01-19 00:37:25 +00:00
0
OCI / Docker
linux/amd64
1.4 GiB
Versions (3) View all