| # debian.sh --arch 'amd64' out/ 'trixie' '@1787529600' |
| ARG GODOT_VERSION=4.6.3 |
| ARG GODOT_STATUS=stable |
| RUN |2 GODOT_VERSION=4.6.3 GODOT_STATUS=stable /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates fontconfig libfontconfig1 git zip unzip && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /out/ / # buildkit |
| ENV XDG_DATA_HOME=/opt/godot-data |
| ENV XDG_CONFIG_HOME=/tmp/godot-config |
| ENV XDG_CACHE_HOME=/tmp/godot-cache |
| LABEL org.opencontainers.image.title=Godot CI |
| LABEL org.opencontainers.image.version=4.6.3 |
| LABEL org.opencontainers.image.source=https://git.renan.world/renan/ci-images |
| WORKDIR /workspace |
| RUN |2 GODOT_VERSION=4.6.3 GODOT_STATUS=stable /bin/sh -c godot --headless --version && test -f "/opt/godot-data/godot/export_templates/${GODOT_VERSION}.${GODOT_STATUS}/version.txt" # buildkit |