runner-glib (1484)

Published 2025-10-21 00:01:27 +00:00 by Ghost

Installation

docker pull git.euph.dev/actions/runner-glib:1484
sha256:42ce5d3c9673505ea0240fb9ed12dcf5de8366b731257b16342cc2e6a63b888c

About this package

Carefully crafted Alpine Docker image with glibc (~12MB)

Image layers

ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG GLIBC_VERSION=2.42
ARG TARGETARCH=amd64
RUN |2 GLIBC_VERSION=2.42 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
COPY runner.sh /runner.sh # buildkit
RUN /bin/sh -c ./runner.sh && rm -f /runner.sh # buildkit
WORKDIR /home/runner
CMD ["/bin/ash"]
USER runner

Labels

Key Value
org.opencontainers.image.created 2025-09-05T05:55:45.000Z
org.opencontainers.image.description Carefully crafted Alpine Docker image with glibc (~12MB)
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision 6d17ffe0be9031ab40941eb5eaad5ca7f4f1abea
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
Container
2025-10-21 00:01:27 +00:00
1
OCI / Docker
linux/amd64
MIT
59 MiB
Versions (2) View all
1484 2025-10-21
latest 2025-10-21