sha256:97b323c839e3428f2399e0deea67f5b0cb74288aaa347828b3d4bd974fa3c433
OS/ARCH
Compressed size
108.5 MB
Last pushed
1 day by hivemq
Type
Image
Manifest digest
sha256:7ae1b7c565dec1702b17f64ebc3d378dcd987f07e96019507ec9f5cc97ed0e1c
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 B10COPY /version.txt /tmp/version.txt # buildkit146 B11WORKDIR /app93 B12COPY /app/deploy/orchestrator/dist ./orchestrators/docker/dist # buildkit143.08 KB13COPY /app/deploy/orchestrator/package.json ./orchestrators/docker/package.json # buildkit709 B14COPY /app/deploy/orchestrator/node_modules ./orchestrators/docker/node_modules # buildkit8.01 MB15COPY /app/deploy/runtime/dist ./runtime/dist # buildkit756.57 KB16COPY /app/deploy/runtime/package.json ./runtime/package.json # buildkit1 KB17COPY /app/deploy/runtime/node_modules ./runtime/node_modules # buildkit23.42 MB18COPY orchestrators/docker/docker.entrypoint.sh /app/docker.entrypoint.sh # buildkit814 B19RUN /bin/sh -c chmod +x32 B20RUN /bin/sh -c mkdir -p131 B21RUN /bin/sh -c mkdir -p148 B22VOLUME [/var/lib/hivemq-agentic]0 B23ENV HIVEMQ_AGENTIC_REGISTRATION_TOKEN=0 B24ENV ORCHESTRATOR_ID=0 B25ENV ORCHESTRATOR_NAME=0 B26ENV CONTROL_PLANE_URL=0 B27ENV HIVEMQ_AGENTIC_STATE_DIR=/var/lib/hivemq-agentic0 B28ENV ORCH_API_KEY=0 B29ENV ORCH_API_PORT=30000 B30ENV AGENT_BUS_BROKER_URL=mqtt://agent-bus-broker:18830 B31RUN /bin/sh -c cp /tmp/version.txt146 B32ENV NODE_ENV=production0 B33EXPOSE [3000/tcp]0 B34HEALTHCHECK {Test:[CMD-SHELL node -e "fetch('http://localhost:3000/health').then(r0 B35ENTRYPOINT ["/app/docker.entrypoint.sh"]0 B36CMD ["orchestrator"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'