sha256:b3c746a7eca0a2717b23f139a4697d5baf3881960eeb435de794d194a7c06278
OS/ARCH
Compressed size
67.58 MB
Last pushed
3 months by asfjenkins
Type
Image
Manifest digest
sha256:ca5d5990173502508474703485c764b7e22b66aeeb12b4da0f4c1c74099211a5
Image Layers
1ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit3.67 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=24.17.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/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c addgroup -S972 B12COPY /src/dist/server.js ./server.js # buildkit95.11 KB13COPY /src/dist/package.json ./package.json # buildkit776 B14COPY /src/dist/node_modules ./node_modules # buildkit4.43 MB15COPY /src/dist/static ./static # buildkit8.14 MB16COPY /src/dist/horizon.example.yaml ./horizon.example.yaml # buildkit4.28 KB17COPY --chown=horizon:horizon /src/dist/bundled_templates ./bundled_templates #186.13 KB18RUN /bin/sh -c mkdir -p98 B19VOLUME [/data]0 B20RUN /bin/sh -c mkdir -p126 B21ENV NODE_ENV=production HORIZON_SERVER_HOST=0.0.0.0 HORIZON_SERVER_PORT=8081 HORIZON_STATIC_DIR=/app/static0 B22USER horizon0 B23EXPOSE [8081/tcp]0 B24CMD ["node" "server.js"]0 BCommand
ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit