invidious-companion (latest)
Published 2026-03-23 03:22:00 +00:00 by myve
Installation
docker pull hub.myvelabs.com/lab/invidious-companion:latestsha256:31e7b782a8cffb40640defa6ee94040cf8f8a7786af32eddb614e910fbb48435About this package
Invidious companion for handling video streams - based on youtube.js
Image layers
| bazel build @trixie//base-files/amd64:data_statusd |
| bazel build @trixie//netbase/amd64:data_statusd |
| bazel build @trixie//tzdata/amd64:data_statusd |
| bazel build @trixie//tzdata-legacy/amd64:data_statusd |
| bazel build @trixie//media-types/amd64:data_statusd |
| bazel build //common:rootfs |
| bazel build //common:passwd |
| bazel build //common:home |
| bazel build //common:group |
| bazel build //common:tmp |
| bazel build //static:nsswitch |
| bazel build //common:os_release_debian13 |
| bazel build //common:cacerts_debian13_amd64 |
| bazel build @trixie//libc6/amd64:data_statusd |
| bazel build @trixie//libssl3t64/amd64:data_statusd |
| bazel build @trixie//libzstd1/amd64:data_statusd |
| bazel build @trixie//zlib1g/amd64:data_statusd |
| bazel build @trixie//libgomp1/amd64:data_statusd |
| bazel build @trixie//libstdc++6/amd64:data_statusd |
| bazel build @trixie//libgcc-s1/amd64:data_statusd |
| bazel build @trixie//gcc-14-base/amd64:data_statusd |
| COPY /etc/group /etc/group # buildkit |
| COPY /etc/passwd /etc/passwd # buildkit |
| COPY /thc /thc # buildkit |
| COPY /tini /tini # buildkit |
| COPY --chown=appuser:nogroup /var/tmp/youtubei.js /var/tmp/youtubei.js # buildkit |
| WORKDIR /app |
| COPY /app/invidious_companion ./ # buildkit |
| ARG HOST=0.0.0.0 PORT=8282 THC_VERSION=0.39.0 THC_PORT_NAME=PORT TINI_VERSION=0.19.0 |
| EXPOSE [8282/tcp] |
| ENV SERVER_BASE_PATH=/companion HOST=0.0.0.0 PORT=8282 THC_PORT_NAME=PORT THC_PATH=/healthz THC_VERSION=0.39.0 TINI_VERSION=0.19.0 |
| COPY ./config/ ./config/ # buildkit |
| USER appuser |
| ENTRYPOINT ["/tini" "--" "/app/invidious_companion"] |
| HEALTHCHECK &{["CMD" "/thc"] "5s" "5s" "10s" "0s" '\x05'} |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-03-22T10:52:27.598Z |
| org.opencontainers.image.description | Invidious companion for handling video streams - based on youtube.js |
| org.opencontainers.image.licenses | AGPL-3.0 |
| org.opencontainers.image.revision | cb8d9bbbb376242ccd7ccc4f30ab5037f732da2f |
| org.opencontainers.image.source | https://github.com/iv-org/invidious-companion |
| org.opencontainers.image.title | invidious-companion |
| org.opencontainers.image.url | https://github.com/iv-org/invidious-companion |
| org.opencontainers.image.version | latest |
| quay.expires-after | 12w |