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 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=22.22.30 B4RUN /bin/sh -c addgroup -g50.23 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit444 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10LABEL maintainer=Bill Church <github.com/billchurch>0 B11LABEL description=Unofficial Orbit Bhyve API0 B12LABEL version=1.00 B13RUN /bin/sh -c apk add58.42 KB14ENV NODE_ENV=production MAX_RETRIES=5 RECONNECT_PERIOD=50000 B15RUN /bin/sh -c addgroup -g964 B16WORKDIR /app93 B17COPY --chown=nodejs:nodejs /build/node_modules ./node_modules #6.82 MB18COPY --chown=nodejs:nodejs package.json ./ #666 B19COPY --chown=nodejs:nodejs src/ ./src/ #6.32 KB20USER nodejs0 B21ENTRYPOINT ["dumb-init" "--"]0 B22CMD ["node" "src/app.js"]0 BCommand
ADD alpine-minirootfs-3.23.4-aarch64.tar.gz / # buildkit