• Joined on 2023-06-04

gomusic (0.9.0)

Published 2026-07-05 11:52:01 +03:00 by sinav

Installation

docker pull gitea.sinav-lab.com/sinav/gomusic:0.9.0
sha256:195417df8e4f462a51ab6c936fbaf83ffb3bbbcf0ee03569fdf2f4cb55302d7f

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl ffmpeg loudgain tzdata && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /app
COPY /app/bin/gomusic . # buildkit
COPY /app/static ./static # buildkit
ARG VERSION=0.9.0
LABEL org.opencontainers.image.source=https://gitea.sinav-lab.com/sinav/gomusic org.opencontainers.image.title=gomusic org.opencontainers.image.version=0.9.0
EXPOSE [8080/tcp]
HEALTHCHECK {Test:[CMD-SHELL curl -fsS "http://localhost:${SERVER_PORT:-8080}/health" || exit 1] Interval:30s Timeout:5s StartPeriod:20s StartInterval:0s Retries:3}
CMD ["./gomusic"]

Labels

Key Value
org.opencontainers.image.source https://gitea.sinav-lab.com/sinav/gomusic
org.opencontainers.image.title gomusic
org.opencontainers.image.version 0.9.0
Details
Container
2026-07-05 11:52:01 +03:00
242
OCI / Docker
linux/amd64
212 MiB
Versions (15) View all
latest 2026-07-12
1.0.0 2026-07-12
0.15.0 2026-07-10
0.14.0 2026-07-07
0.13.0 2026-07-07