sha256:dd1358b40849efd8744500714279ad3ea43dacd203620d2b006f1ac847c4d2d2
OS/ARCH
Compressed size
479.29 MB
Last pushed
20 days by birdxs
Type
Image
Manifest digest
sha256:e0138fdad42b2b37b4ddd3a0b8caa12b832398409875bfae1e0a2a8a5b7d0a70
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.23.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.74 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update29 MB11WORKDIR /app91 B12COPY orchestrator/package.json orchestrator/package-lock.json* ./orchestrator/ #16.24 KB13WORKDIR /app/orchestrator32 B14RUN /bin/sh -c npm install285.63 MB15WORKDIR /app32 B16RUN /bin/sh -c python3 -m6.68 MB17COPY .agents/skills/data-access/scripts/requirements.txt /tmp/requirements.txt # buildkit338 B18RUN /bin/sh -c /app/.venv/bin/pip install79.14 MB19COPY . . # buildkit2.22 MB20COPY /app/desktop/dist /usr/share/nginx/html # buildkit413.97 KB21COPY docker/nginx.conf /etc/nginx/nginx.conf.template # buildkit1.06 KB22COPY docker/entrypoint.sh /app/entrypoint.sh # buildkit1.29 KB23RUN /bin/sh -c chmod +x1.28 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 'arm64' out/ 'bookworm' '@1787529600'