runner-redot-4.3 (1471)
Published 2025-09-01 00:01:13 +00:00 by Ghost
Installation
docker pull git.euph.dev/actions/runner-redot-4.3:1471sha256:3aff4d1fa234ed2b5d7d6e21853f4aa0eb8c9b4ad4c19fc601dbffcfaf0350c1About this package
Carefully crafted Alpine Docker image with glibc (~12MB)
Image layers
| ADD alpine-minirootfs-3.21.4-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG GLIBC_VERSION=2.41 |
| ARG TARGETARCH=amd64 |
| RUN |2 GLIBC_VERSION=2.41 TARGETARCH=amd64 /bin/sh -c case "$TARGETARCH" in amd64) export LD_LINUX_PATH="/lib/ld-linux-x86_64.so.2" ;; arm64) export LD_LINUX_PATH="/lib/ld-linux-aarch64.so.1" ;; *) echo "Unsupported architecture: $TARGETARCH" && exit 1 ;; esac && apk add --no-cache /tmp/glibc-${GLIBC_VERSION}-*.apk /tmp/glibc-bin-${GLIBC_VERSION}-*.apk /tmp/glibc-i18n-${GLIBC_VERSION}-*.apk && /usr/glibc-compat/bin/localedef --force --inputfile POSIX --charmap UTF-8 C.UTF-8 || true && echo "export LANG=C.UTF-8" > /etc/profile.d/locale.sh && apk del glibc-i18n # buildkit |
| RUN /bin/sh -c apk add --update --no-cache bash sudo ca-certificates openssl openssh-client git git-lfs wget curl tar zip unzip xz zstd jq nodejs npm python3 py3-pip parallel make just # buildkit |
| RUN /bin/sh -c adduser -D runner && echo "runner ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/runner && chmod 0440 /etc/sudoers.d/runner # buildkit |
| RUN /bin/sh -c chmod -R 777 /opt # buildkit |
| WORKDIR /home/runner |
| CMD ["/bin/bash"] |
| USER runner |
| ARG PACKAGE_VERSION=4.3 |
| RUN |1 PACKAGE_VERSION=4.3 /bin/sh -c sudo apk add --no-cache scons pkgconf gcc g++ libx11-dev libxcursor-dev libxinerama-dev libxi-dev libxrandr-dev mesa-dev alsa-lib-dev pulseaudio-dev pipx # buildkit |
| RUN |1 PACKAGE_VERSION=4.3 /bin/sh -c pipx install "gdtoolkit==$PACKAGE_VERSION.*" # buildkit |
| ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/runner/.local/bin |
| RUN |1 PACKAGE_VERSION=4.3 /bin/sh -c wget $( curl -s https://api.github.com/repos/Redot-Engine/redot-engine/releases/tags/redot-$PACKAGE_VERSION-stable | grep "browser_download_url.*Redot_v.*-stable_linux\.x86_64\.zip" | cut -d '"' -f 4 - | head -n 1 ) -O Redot.zip && sudo unzip Redot.zip && sudo mv ./Redot_v*-stable_linux.x86_64 /usr/local/bin/redot && rm Redot.zip # buildkit |
| RUN |1 PACKAGE_VERSION=4.3 /bin/sh -c mkdir -p /home/runner/.local/share/redot/export_templates/$PACKAGE_VERSION.stable # buildkit |
| COPY /templates/android_release.apk /home/runner/.local/share/redot/export_templates/4.3.stable/ # buildkit |
| COPY /templates/android_source.zip /home/runner/.local/share/redot/export_templates/4.3.stable/ # buildkit |
| COPY /templates/ios.zip /home/runner/.local/share/redot/export_templates/4.3.stable/ # buildkit |
| COPY /templates/linux_release.arm32 /home/runner/.local/share/redot/export_templates/4.3.stable/ # buildkit |
| COPY /templates/linux_release.arm64 /home/runner/.local/share/redot/export_templates/4.3.stable/ # buildkit |
| COPY /templates/linux_release.x86_32 /home/runner/.local/share/redot/export_templates/4.3.stable/ # buildkit |
| COPY /templates/linux_release.x86_64 /home/runner/.local/share/redot/export_templates/4.3.stable/ # buildkit |
| COPY /templates/macos.zip /home/runner/.local/share/redot/export_templates/4.3.stable/ # buildkit |
| COPY /templates/version.txt /home/runner/.local/share/redot/export_templates/4.3.stable/ # buildkit |
| COPY /templates/web_dlink_nothreads_release.zip /home/runner/.local/share/redot/export_templates/4.3.stable/ # buildkit |
| COPY /templates/web_dlink_release.zip /home/runner/.local/share/redot/export_templates/4.3.stable/ # buildkit |
| COPY /templates/web_nothreads_release.zip /home/runner/.local/share/redot/export_templates/4.3.stable/ # buildkit |
| COPY /templates/web_release.zip /home/runner/.local/share/redot/export_templates/4.3.stable/ # buildkit |
| COPY /templates/windows_release_arm64_console.exe /home/runner/.local/share/redot/export_templates/4.3.stable/ # buildkit |
| COPY /templates/windows_release_arm64.exe /home/runner/.local/share/redot/export_templates/4.3.stable/ # buildkit |
| COPY /templates/windows_release_x86_32_console.exe /home/runner/.local/share/redot/export_templates/4.3.stable/ # buildkit |
| COPY /templates/windows_release_x86_32.exe /home/runner/.local/share/redot/export_templates/4.3.stable/ # buildkit |
| COPY /templates/windows_release_x86_64_console.exe /home/runner/.local/share/redot/export_templates/4.3.stable/ # buildkit |
| COPY /templates/windows_release_x86_64.exe /home/runner/.local/share/redot/export_templates/4.3.stable/ # buildkit |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2025-04-06T21:02:34.000Z |
| org.opencontainers.image.description | Carefully crafted Alpine Docker image with glibc (~12MB) |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.revision | 8d60dbb67203c150dd2bf8dc35bcd708e0ef82d9 |
| org.opencontainers.image.source | https://github.com/Docker-Hub-frolvlad/docker-alpine-glibc |
| org.opencontainers.image.title | docker-alpine-glibc |
| org.opencontainers.image.url | https://github.com/Docker-Hub-frolvlad/docker-alpine-glibc |
| org.opencontainers.image.version | nightly |
Details
2025-09-01 00:01:13 +00:00
Versions (2)
View all
Container
0
OCI / Docker
linux/amd64
MIT
1.1 GiB