sha256:0293c48b9ef2f6bfa4daba8acfeda054d8fe8535b5e9964c165965d19710a57f
OS/ARCH
Compressed size
68.21 MB
Last pushed
4 months by asfjenkins
Type
Image
Manifest digest
sha256:ef3838562a0d424c1909a1c69a90b8b633dc1c79f94b9fc1f86ec1ba822d53e6
Image Layers
1ADD alpine-minirootfs-3.23.4-aarch64.tar.gz / # buildkit4.01 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=24.16.00 B4RUN /bin/sh -c addgroup -g50.39 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit444 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c addgroup -S975 B12COPY /src/dist/server.js ./server.js # buildkit82.79 KB13COPY /src/dist/package.json ./package.json # buildkit731 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.09 KB18RUN /bin/sh -c mkdir -p97 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-aarch64.tar.gz / # buildkit