Block a user
decap-stream (latest)
Installation
docker pull registry.kralot.cloud/kralot/decap-stream:latestsha256:7a6975f825492fed3a0dd6a8982590df6b8b93337fab03d6022e77bafd69f0c1
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600' |
| ENV DEBIAN_FRONTEND=noninteractive |
| ARG MEDIAMTX_VERSION=1.17.1 |
| RUN |1 MEDIAMTX_VERSION=1.17.1 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends xvfb x11vnc novnc websockify ffmpeg supervisor xdotool tzdata mesa-va-drivers intel-media-va-driver chromium curl gnupg && ln -sf /usr/share/zoneinfo/${TZ} /etc/localtime && curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && apt-get install -y --no-install-recommends nodejs && curl -fsSL "https://github.com/bluenviron/mediamtx/releases/download/v${MEDIAMTX_VERSION}/mediamtx_v${MEDIAMTX_VERSION}_linux_amd64.tar.gz" -o /tmp/mediamtx.tar.gz && tar -xzf /tmp/mediamtx.tar.gz -C /usr/local/bin mediamtx && apt-get remove -y curl gnupg && apt-get autoremove -y && apt-get clean && find /usr/lib/chromium/locales -name '*.pak' ! -name 'en-US.pak' -delete 2>/dev/null || true && mkdir -p /etc/chromium/policies/managed && printf '{"PasswordManagerEnabled":false,"AutofillAddressEnabled":false,"AutofillCreditCardEnabled":false,"TranslateEnabled":false}' > /etc/chromium/policies/managed/policy.json && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc /usr/share/man /usr/share/locale /usr/lib/locale # buildkit |
| COPY /build/.next/standalone/ /app/ # buildkit |
| COPY /build/.next/static/ /app/.next/static/ # buildkit |
| COPY /build/public/ /app/public/ # buildkit |
| COPY config/supervisord.conf /etc/supervisor/supervisord.conf # buildkit |
| COPY config/mediamtx.yml /etc/mediamtx.yml # buildkit |
| COPY scripts/ /opt/scripts/ # buildkit |
| COPY docker/server.mjs /opt/server.mjs # buildkit |
| COPY docker/entrypoint.sh /entrypoint.sh # buildkit |
| RUN |1 MEDIAMTX_VERSION=1.17.1 /bin/sh -c chmod +x /opt/scripts/*.sh /entrypoint.sh # buildkit |
| EXPOSE [1935/tcp 3000/tcp 6080/tcp 8888/tcp] |
| CMD ["/entrypoint.sh"] |
Details
Versions (2)
View all