kv-tube (sha256:aa3431161d0757501cd3f7ebc5a4cb7ea94c21ee944975f3f43e1679c7e6b362)

Published 2026-03-24 23:05:14 +07:00 by vndangkhoa

Installation

docker pull localhost:3050/vndangkhoa/kv-tube@sha256:aa3431161d0757501cd3f7ebc5a4cb7ea94c21ee944975f3f43e1679c7e6b362
sha256:aa3431161d0757501cd3f7ebc5a4cb7ea94c21ee944975f3f43e1679c7e6b362

Image Layers

ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache nodejs # buildkit
RUN /bin/sh -c apk add --no-cache ca-certificates # buildkit
RUN /bin/sh -c apk add --no-cache ffmpeg # buildkit
RUN /bin/sh -c apk add --no-cache curl # buildkit
RUN /bin/sh -c apk add --no-cache python3 # buildkit
RUN /bin/sh -c apk add --no-cache py3-pip # buildkit
RUN /bin/sh -c apk add --no-cache supervisor # buildkit
RUN /bin/sh -c curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp && chmod a+rx /usr/local/bin/yt-dlp # buildkit
WORKDIR /app
COPY /app/kv-tube /app/kv-tube # buildkit
COPY /app/public /app/frontend/public # buildkit
COPY /app/.next/standalone /app/frontend/ # buildkit
COPY /app/.next/static /app/frontend/.next/static # buildkit
COPY supervisord.conf /etc/supervisord.conf # buildkit
ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED=1
ENV KVTUBE_DATA_DIR=/app/data
ENV GIN_MODE=release
ENV NEXT_PUBLIC_API_URL=http://127.0.0.1:8080
EXPOSE [3000/tcp 8080/tcp]
CMD ["/usr/bin/supervisord" "-c" "/etc/supervisord.conf"]
Details
Container
2026-03-24 23:05:14 +07:00
3
OCI / Docker
linux/amd64
142 MiB
Versions (12) View all
v10 2026-03-27
v9 2026-03-27
v8 2026-03-27
v7 2026-03-27
latest 2026-03-26