Sign inSign up

danbu/iiot-machine-simulator:1.0.0

Index digest

sha256:483c951d832729dbf8659262a98f4ee51c7e02f13798b7d124892eff5883b3b2

OS/ARCH

linux/arm64

Compressed size

60.09 MB

Last pushed

about 2 months by danbu

Type

Image

Manifest digest

sha256:908499a7fdf579c6a71dc2ac2ed0e6013f0893da2fe4ab825892f5690fca4fa0

Image Layers

1ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit3.99 MB
2CMD ["/bin/sh"]0 B
3ENV NODE_VERSION=24.18.00 B
4RUN /bin/sh -c addgroup -g50.61 MB
5ENV YARN_VERSION=1.22.220 B
6RUN /bin/sh -c apk add1.2 MB
7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B
8ENTRYPOINT ["docker-entrypoint.sh"]0 B
9CMD ["node"]0 B
10LABEL org.opencontainers.image.title=Rasp4IIoT Machine Simulator0 B
11LABEL org.opencontainers.image.description=Reproducible MQTT machine-data generator0 B
12LABEL org.opencontainers.image.vendor=danbu0 B
13LABEL org.opencontainers.image.version=1.0.00 B
14LABEL org.opencontainers.image.source=https://github.com/Student007/Rasp4IIoT0 B
15WORKDIR /app93 B
16COPY package.json package-lock.json ./ #5.7 KB
17RUN /bin/sh -c npm ci4.28 MB
18COPY --chown=node:node src/ ./src/ #2.19 KB
19USER node0 B
20HEALTHCHECK {Test:[CMD node src/healthcheck.js] Interval:30s0 B
21CMD ["node" "src/simulator.js"]0 B

Command

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