Sign inSign up

apache/skywalking-ui:horizon-0.6.0

Multi-platform
Monitoring & observability
Index digest

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 MB
2CMD ["/bin/sh"]0 B
3ENV NODE_VERSION=24.16.00 B
4RUN /bin/sh -c addgroup -g50.39 MB
5ENV YARN_VERSION=1.22.220 B
6RUN /bin/sh -c apk add1.2 MB
7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit444 B
8ENTRYPOINT ["docker-entrypoint.sh"]0 B
9CMD ["node"]0 B
10WORKDIR /app93 B
11RUN /bin/sh -c addgroup -S975 B
12COPY /src/dist/server.js ./server.js # buildkit82.79 KB
13COPY /src/dist/package.json ./package.json # buildkit731 B
14COPY /src/dist/node_modules ./node_modules # buildkit4.3 MB
15COPY /src/dist/static ./static # buildkit8.04 MB
16COPY /src/dist/horizon.example.yaml ./horizon.example.yaml # buildkit3.47 KB
17COPY --chown=horizon:horizon /src/dist/bundled_templates ./bundled_templates #187.09 KB
18RUN /bin/sh -c mkdir -p97 B
19VOLUME [/data]0 B
20ENV NODE_ENV=production HORIZON_SERVER_HOST=0.0.0.0 HORIZON_SERVER_PORT=8081 HORIZON_STATIC_DIR=/app/static0 B
21USER horizon0 B
22EXPOSE [8081/tcp]0 B
23CMD ["node" "server.js"]0 B

Command

ADD alpine-minirootfs-3.23.4-aarch64.tar.gz / # buildkit