sha256:45e5e208ea1e496882a37d0a35ea88a34ac4b45fcb521610b13bf2df83562d47
OS/ARCH
Compressed size
107.75 MB
Last pushed
26 days by hivemq
Type
Image
Manifest digest
sha256:5a8e684e11cb9913009e1f63b9380ec6fd9de49d89f5557492a67d3a07fb45b1
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/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10COPY /version.txt /tmp/version.txt # buildkit145 B11WORKDIR /app93 B12COPY /app/deploy/orchestrator/dist ./orchestrators/docker/dist # buildkit141.14 KB13COPY /app/deploy/orchestrator/package.json ./orchestrators/docker/package.json # buildkit705 B14COPY /app/deploy/orchestrator/node_modules ./orchestrators/docker/node_modules # buildkit7.67 MB15COPY /app/deploy/runtime/dist ./runtime/dist # buildkit686.04 KB16COPY /app/deploy/runtime/package.json ./runtime/package.json # buildkit1.04 KB17COPY /app/deploy/runtime/node_modules ./runtime/node_modules # buildkit23.08 MB18COPY orchestrators/docker/docker.entrypoint.sh /app/docker.entrypoint.sh # buildkit815 B19RUN /bin/sh -c chmod +x32 B20RUN /bin/sh -c mkdir -p131 B21RUN /bin/sh -c mkdir -p147 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 'arm64' out/ 'bookworm' '@1785715200'