sha256:80f7f04f72a99e4c4ef51ef7e98ee736edba6db0ecbb7abc626d0c4b0f1871f1
OS/ARCH
Compressed size
46.66 MB
Last pushed
3 months by koenkk
Type
Image
Manifest digest
sha256:c73ea9c728b53f9bb9b9c48a2cee582e7ccf46054367959591f91f0b24baf501
Image Layers
1ADD alpine-minirootfs-3.24.1-x86.tar.gz / # buildkit3.5 MB2CMD ["/bin/sh"]0 B3ENV NODE_ENV=production0 B4WORKDIR /app93 B5RUN /bin/sh -c apk add26.04 MB6ARG DATE=2026-07-01T05:35:45Z0 B7ARG VERSION=2.12.10 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-07-01T05:35:45Z0 B16LABEL org.opencontainers.image.version=2.12.10 B17COPY /app/node_modules ./node_modules # buildkit16.87 MB18COPY dist ./dist # buildkit240.54 KB19COPY package.json LICENSE index.js data/configuration.example.yaml15.73 KB20COPY docker/docker-entrypoint.sh /usr/local/bin/ # buildkit312 B21RUN |2 DATE=2026-07-01T05:35:45Z VERSION=2.12.1 /bin/sh308 B22RUN |2 DATE=2026-07-01T05:35:45Z VERSION=2.12.1 /bin/sh110 B23ARG COMMIT=aa909a8a62f76e2dd98ace3a172bca88ee56f5fe0 B24RUN |3 DATE=2026-07-01T05:35:45Z VERSION=2.12.1 COMMIT=aa909a8a62f76e2dd98ace3a172bca88ee56f5fe183 B25EXPOSE [8080/tcp]0 B26ENTRYPOINT ["docker-entrypoint.sh"]0 B27CMD ["/sbin/tini" "--" "node" "index.js"]0 BCommand
ADD alpine-minirootfs-3.24.1-x86.tar.gz / # buildkit