invidious-companion (latest)
Published 2026-06-18 03:24:06 +00:00 by packager
Installation
docker pull forge.myvelabs.com/pkg/invidious-companion:latestsha256:c36064201133667efe44ecf9e495e8c83a640d9d25de0afc93ad1475ebbf88ccAbout 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 {Test:[CMD /thc] Interval:5s Timeout:5s StartPeriod:10s StartInterval:0s Retries:5} |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-06-17T07:48:47.616Z |
| 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 | d3544b42d0eb4057d3704a744027ff5b59c7155d |
| 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 |