sha256:d59055cb6658a575d3cc1e445f57175188fb385cb5ee97e28e5d12e0ad40735d
OS/ARCH
Compressed size
497.37 MB
Last pushed
23 days by birdxs
Type
Image
Manifest digest
sha256:4e6bc7031a791175f299c6d1d6331ed26322fae2b1eb34a8a8611e8c5ac7b031
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.23.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.62 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update29.23 MB11WORKDIR /app93 B12COPY orchestrator/package.json orchestrator/package-lock.json* ./orchestrator/ #16.24 KB13WORKDIR /app/orchestrator32 B14RUN /bin/sh -c npm install302.08 MB15WORKDIR /app32 B16RUN /bin/sh -c python3 -m6.68 MB17COPY .agents/skills/data-access/scripts/requirements.txt /tmp/requirements.txt # buildkit336 B18RUN /bin/sh -c /app/.venv/bin/pip install80.55 MB19COPY . . # buildkit2.22 MB20COPY /app/desktop/dist /usr/share/nginx/html # buildkit413.97 KB21COPY docker/nginx.conf /etc/nginx/nginx.conf.template # buildkit1.05 KB22COPY docker/entrypoint.sh /app/entrypoint.sh # buildkit1.2 KB23RUN /bin/sh -c chmod +x1.19 KB24RUN /bin/sh -c node --experimental-strip-types605 B25RUN /bin/sh -c mkdir -p93 B26ENV VRA_DATA_ROOT=/data0 B27ENV VRA_PYTHON=/app/.venv/bin/python0 B28EXPOSE [80/tcp]0 B29HEALTHCHECK {Test:[CMD-SHELL curl -sf http://localhost/api/health0 B30ENTRYPOINT ["/app/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'