sha256:852dd109c9286de3d95f21db21b67f5b3482504164e2b77030a83beda898590f
OS/ARCH
linux/amd64
Compressed size
1.04 GB
Last pushed
6 months by openvidu
Type
Image
Manifest digest
sha256:852dd109c9286de3d95f21db21b67f5b3482504164e2b77030a83beda898590f
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.72 MB9RUN /bin/sh -c wget -q12.46 KB10RUN /bin/sh -c apt-get update270.92 MB11RUN /bin/sh -c mkdir -p195 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 # buildkit480 B15WORKDIR /opt/openvidu-testapps127 B16COPY /opt/openvidu-testapps/openvidu/openvidu-testapp ./openvidu/openvidu-testapp # buildkit196.57 KB17WORKDIR /opt/openvidu-testapps/openvidu/openvidu-testapp32 B18RUN /bin/sh -c npm install147.09 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