sha256:e4c04646bc3d921310d43c3f1aa5801ff929c3360e81d862dc264579b51a92fe
OS/ARCH
Compressed size
45.89 MB
Last pushed
3 days by koenkk
Type
Image
Manifest digest
sha256:9258a9a91aa83d611d3deeedfbe7b0779691b61279d3312daa9766758bf5280f
Image Layers
1ADD alpine-minirootfs-3.24.2-x86_64.tar.gz / # buildkit3.67 MB2CMD ["/bin/sh"]0 B3ENV NODE_ENV=production0 B4WORKDIR /app93 B5RUN /bin/sh -c apk add26.76 MB6ARG DATE=2026-09-22T17:14:07Z0 B7ARG VERSION=dev0 B8LABEL org.opencontainers.image.authors=Koen Kanters0 B9LABEL org.opencontainers.image.title=Zigbee2MQTT0 B10LABEL org.opencontainers.image.description=Zigbee to MQTT bridge0 B11LABEL org.opencontainers.image.url=https://github.com/Koenkk/zigbee2mqtt0 B12LABEL org.opencontainers.image.documentation=https://www.zigbee2mqtt.io/0 B13LABEL org.opencontainers.image.source=https://github.com/Koenkk/zigbee2mqtt0 B14LABEL org.opencontainers.image.licenses=GPL-3.00 B15LABEL org.opencontainers.image.created=2026-09-22T17:14:07Z0 B16LABEL org.opencontainers.image.version=dev0 B17COPY /app/node_modules ./node_modules # buildkit15.2 MB18COPY dist ./dist # buildkit251 KB19COPY package.json LICENSE index.js data/configuration.example.yaml15.7 KB20COPY docker/docker-entrypoint.sh /usr/local/bin/ # buildkit311 B21RUN |2 DATE=2026-09-22T17:14:07Z VERSION=dev /bin/sh307 B22RUN |2 DATE=2026-09-22T17:14:07Z VERSION=dev /bin/sh111 B23ARG COMMIT=e5a6762f9989470e051dbadcf995eb3d6fc7c9830 B24RUN |3 DATE=2026-09-22T17:14:07Z VERSION=dev COMMIT=e5a6762f9989470e051dbadcf995eb3d6fc7c983184 B25EXPOSE [8080/tcp]0 B26ENTRYPOINT ["docker-entrypoint.sh"]0 B27CMD ["/sbin/tini" "--" "node" "index.js"]0 BCommand
ADD alpine-minirootfs-3.24.2-x86_64.tar.gz / # buildkit