sha256:0293c48b9ef2f6bfa4daba8acfeda054d8fe8535b5e9964c165965d19710a57f
OS/ARCH
Compressed size
67.36 MB
Last pushed
4 months by asfjenkins
Type
Image
Manifest digest
sha256:ed2ce2678d87bd3713346d77b1dead631afcdcb99e4afd538adae6b334194c9c
Image Layers
1ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit3.69 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=24.16.00 B4RUN /bin/sh -c addgroup -g49.86 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c addgroup -S972 B12COPY /src/dist/server.js ./server.js # buildkit82.79 KB13COPY /src/dist/package.json ./package.json # buildkit728 B14COPY /src/dist/node_modules ./node_modules # buildkit4.3 MB15COPY /src/dist/static ./static # buildkit8.04 MB16COPY /src/dist/horizon.example.yaml ./horizon.example.yaml # buildkit3.47 KB17COPY --chown=horizon:horizon /src/dist/bundled_templates ./bundled_templates #187.1 KB18RUN /bin/sh -c mkdir -p98 B19VOLUME [/data]0 B20ENV NODE_ENV=production HORIZON_SERVER_HOST=0.0.0.0 HORIZON_SERVER_PORT=8081 HORIZON_STATIC_DIR=/app/static0 B21USER horizon0 B22EXPOSE [8081/tcp]0 B23CMD ["node" "server.js"]0 BCommand
ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit