sha256:278bc52e1be764aaf0d5ed2869d487ba5a208cab8c9cca568da4794b4dc3fe0d
OS/ARCH
linux/amd64
Compressed size
1.04 GB
Last pushed
6 months by openvidu
Type
Image
Manifest digest
sha256:278bc52e1be764aaf0d5ed2869d487ba5a208cab8c9cca568da4794b4dc3fe0d
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=22.040 B5ADD file ... in / 28.17 MB6CMD ["/bin/bash"]0 B7ENV PLAYWRIGHT_BROWSERS_PATH=/opt/playwright/ms-playwright RUN_MODE=CI0 B8RUN /bin/sh -c apt-get update115.84 MB9RUN /bin/sh -c wget -q12.46 KB10RUN /bin/sh -c apt-get update271.32 MB11RUN /bin/sh -c mkdir -p194 B12COPY docker-openvidu-deploy-testing/entrypoint-* /usr/local/bin/ # buildkit2.97 KB13RUN /bin/sh -c chmod +x2.97 KB14COPY docker-openvidu-deploy-testing/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit481 B15WORKDIR /opt/openvidu-testapps125 B16COPY /opt/openvidu-testapps/openvidu/openvidu-testapp ./openvidu/openvidu-testapp # buildkit196.56 KB17WORKDIR /opt/openvidu-testapps/openvidu/openvidu-testapp32 B18RUN /bin/sh -c npm install147.36 MB19RUN /bin/sh -c npm install12.51 MB20WORKDIR /usr/local/bin/node-app-playwright170 B21COPY node-app-playwright-browsers/ . # buildkit7.99 KB22RUN /bin/sh -c npm install3.89 MB23RUN /bin/sh -c PLAYWRIGHT_BROWSERS_PATH=/opt/playwright/ms-playwright npx482.54 MB24EXPOSE [4200/tcp]0 B25CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf" "-n"]0 BCommand
ARG RELEASE