Block a user
minstrel (latest)
Installation
docker pull git.fabledsword.com/bvandeusen/minstrel:latestsha256:ff4a1d8d26597665b152435dcc99f8c9c2dc14a64d6dbfe0610e7d1763481e9b
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates ffmpeg && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c groupadd --system --gid 1000 minstrel && useradd --system --uid 1000 --gid minstrel --shell /usr/sbin/nologin minstrel # buildkit |
| COPY /out/minstrel /usr/local/bin/minstrel # buildkit |
| COPY config.example.yaml /etc/smartmusic/config.yaml # buildkit |
| RUN /bin/sh -c mkdir -p /app/data /app/client && chown -R minstrel:minstrel /app # buildkit |
| WORKDIR /app |
| COPY client/ /app/client/ # buildkit |
| USER minstrel |
| EXPOSE map[4533/tcp:{}] |
| ENV MINSTREL_STORAGE_DATA_DIR=/app/data |
| ENTRYPOINT ["/usr/local/bin/minstrel"] |
| CMD ["--config" "/etc/smartmusic/config.yaml"] |
Details
Versions (25)
View all
v2026.08.18
2026-08-18
latest
2026-08-18
main
2026-08-18
v2026.08.08
2026-08-07
v2026.08.07
2026-08-07