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 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=24.18.00 B4RUN /bin/sh -c addgroup -g50.61 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10LABEL org.opencontainers.image.title=Rasp4IIoT Machine Simulator0 B11LABEL org.opencontainers.image.description=Reproducible MQTT machine-data generator0 B12LABEL org.opencontainers.image.vendor=danbu0 B13LABEL org.opencontainers.image.version=1.0.00 B14LABEL org.opencontainers.image.source=https://github.com/Student007/Rasp4IIoT0 B15WORKDIR /app93 B16COPY package.json package-lock.json ./ #5.7 KB17RUN /bin/sh -c npm ci4.28 MB18COPY --chown=node:node src/ ./src/ #2.19 KB19USER node0 B20HEALTHCHECK {Test:[CMD node src/healthcheck.js] Interval:30s0 B21CMD ["node" "src/simulator.js"]0 BCommand
ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit