Sign inSign up

billchurch/bhyve-mqtt:0.3.3

Multi-platform
Index digest

sha256:2d20422cc8be41de03132252c026320b2c075cdec7350b029df54608b7b6e5f5

OS/ARCH

Compressed size

62.32 MB

Last pushed

3 months by billchurch

Type

Image

Manifest digest

sha256:c11f6c47155207b7ead1f08834770c623c3bf0e3fa049698c289da31538a1b84

Image Layers

1ADD alpine-minirootfs-3.23.4-aarch64.tar.gz / # buildkit4.01 MB
2CMD ["/bin/sh"]0 B
3ENV NODE_VERSION=22.22.30 B
4RUN /bin/sh -c addgroup -g50.23 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
10LABEL maintainer=Bill Church <github.com/billchurch>0 B
11LABEL description=Unofficial Orbit Bhyve API0 B
12LABEL version=1.00 B
13RUN /bin/sh -c apk add58.42 KB
14ENV NODE_ENV=production MAX_RETRIES=5 RECONNECT_PERIOD=50000 B
15RUN /bin/sh -c addgroup -g964 B
16WORKDIR /app93 B
17COPY --chown=nodejs:nodejs /build/node_modules ./node_modules #6.82 MB
18COPY --chown=nodejs:nodejs package.json ./ #666 B
19COPY --chown=nodejs:nodejs src/ ./src/ #6.32 KB
20USER nodejs0 B
21ENTRYPOINT ["dumb-init" "--"]0 B
22CMD ["node" "src/app.js"]0 B

Command

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