Sign inSign up

apache/skywalking-ui:horizon-0.5.0

Multi-platform
Monitoring & observability
Index digest

sha256:da1c58d540fe828647f040ccdbf2866ac69dab9d5542b55d885b4f1f329ae1e1

OS/ARCH

Compressed size

67.14 MB

Last pushed

4 months by asfjenkins

Type

Image

Manifest digest

sha256:ae57afd92c12c0d912d8319134997508886c0c5d534ef468f7057c7be4d5a575

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 -S974 B
12COPY /src/dist/server.js ./server.js # buildkit69.09 KB
13COPY /src/dist/package.json ./package.json # buildkit703 B
14COPY /src/dist/node_modules ./node_modules # buildkit4.3 MB
15COPY /src/dist/static ./static # buildkit7.13 MB
16COPY /src/dist/horizon.example.yaml ./horizon.example.yaml # buildkit3.46 KB
17COPY --chown=horizon:horizon /src/dist/bundled_templates ./bundled_templates #42.05 KB
18RUN /bin/sh -c mkdir -p98 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