dinosonic (sha256:f4c7e91e48baf5cf3131074be5d9952c49ea0b0c9c50aca6884caaf0383e1b0f)

Published 2026-09-04 14:59:22 +00:00 by Rapid in dinosoftware/dinosonic

Installation

docker pull git.fuge.dev/dinosoftware/dinosonic@sha256:f4c7e91e48baf5cf3131074be5d9952c49ea0b0c9c50aca6884caaf0383e1b0f
sha256:f4c7e91e48baf5cf3131074be5d9952c49ea0b0c9c50aca6884caaf0383e1b0f

About this package

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

Image layers

ADD alpine-minirootfs-3.22.5-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG GLIBC_VERSION=2.42
ARG TARGETARCH=arm64
RUN |2 GLIBC_VERSION=2.42 TARGETARCH=arm64 /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 --no-cache ffmpeg mpv # buildkit
WORKDIR /app
COPY /app/dist/dinosonic /app/dinosonic # buildkit
EXPOSE [4100/tcp]
CMD ["/app/dinosonic"]

Labels

Key Value
org.opencontainers.image.created 2026-09-04T14:50:33Z
org.opencontainers.image.description Carefully crafted Alpine Docker image with glibc (~12MB)
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision db4d1124d5cc082a92c320a83ab9d34ff91ee26d
org.opencontainers.image.source https://git.fuge.dev/dinosoftware/dinosonic.git
org.opencontainers.image.title docker-alpine-glibc
org.opencontainers.image.url https://git.fuge.dev/dinosoftware/dinosonic
org.opencontainers.image.version nightly
Details
Container
2026-09-04 14:59:22 +00:00
4
OCI / Docker
linux/arm64
MIT
185 MiB
Versions (2) View all
v0.8.0 2026-09-04
latest 2026-09-04