dinosonic (sha256:ed15e963d0c0a3f8dac356f63d797be0a9ce1eddef735cdfa86c971b4e15f40d)
Installation
docker pull git.fuge.dev/dinosoftware/dinosonic@sha256:ed15e963d0c0a3f8dac356f63d797be0a9ce1eddef735cdfa86c971b4e15f40dsha256:ed15e963d0c0a3f8dac356f63d797be0a9ce1eddef735cdfa86c971b4e15f40dAbout this package
Carefully crafted Alpine Docker image with glibc (~12MB)
Image layers
| ADD alpine-minirootfs-3.22.5-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 |
| 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-11T16:37:59Z |
| org.opencontainers.image.description | Carefully crafted Alpine Docker image with glibc (~12MB) |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.revision | a7c741c5db44731baf5834029b578097a9da63f5 |
| 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
2026-09-11 16:42:47 +00:00
Versions (3)
View all
Container
6
OCI / Docker
linux/amd64
MIT
200 MiB