plexamp-tui (v0.3.0-dev)

Published 2026-06-27 17:27:50 -05:00 by treyturner in treyturner/docker-plexamp-tui

Installation

docker pull forgejo.treyturner.info/treyturner/plexamp-tui:v0.3.0-dev
sha256:fe5623bc0ad54614c4ae38e565f8fcb68ba990b45259014e8bfb59399d36ebfe

About this package

Terminal controller for Plexamp headless

Image layers

ADD alpine-minirootfs-3.22.5-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates tzdata su-exec # buildkit
USER root
WORKDIR /home/app
VOLUME [/home/app/.config/plexamp-tui]
COPY /out/plexamp-tui /usr/local/bin/plexamp-tui # buildkit
COPY /out/LICENSE /usr/share/licenses/plexamp-tui/LICENSE # buildkit
COPY --chmod=755 docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
ARG UPSTREAM_REF
ENV PUID=99 PGID=100 UMASK=002
LABEL org.opencontainers.image.title=plexamp-tui org.opencontainers.image.description=Terminal controller for Plexamp headless org.opencontainers.image.source=https://github.com/treyturner/plexamp-tui org.opencontainers.image.version=v0.3.0 org.opencontainers.image.licenses=MIT
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.description Terminal controller for Plexamp headless
org.opencontainers.image.licenses MIT
org.opencontainers.image.source https://github.com/treyturner/plexamp-tui
org.opencontainers.image.title plexamp-tui
org.opencontainers.image.version v0.3.0
Details
Container
2026-06-27 17:27:50 -05:00
0
OCI / Docker
linux/amd64
MIT
9.9 MiB
Versions (2) View all
v0.3.0-dev 2026-06-27