sha256:89cf02f379aa743a68494388e3a26fba7b8c9101f8b452038cc07aeff3fc983c
OS/ARCH
Compressed size
44.65 MB
Last pushed
8 months by koenkk
Type
Image
Manifest digest
sha256:18f8f9ed705775021b9d5e558c1832ea8e0016b5314e728858fb7d45e297e193
Image Layers
1ADD alpine-minirootfs-3.23.3-x86.tar.gz / # buildkit3.52 MB2CMD ["/bin/sh"]0 B3ENV NODE_ENV=production0 B4WORKDIR /app93 B5RUN /bin/sh -c apk add25.55 MB6ARG DATE=2026-02-01T14:01:37Z0 B7ARG VERSION=2.8.00 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-02-01T14:01:37Z0 B16LABEL org.opencontainers.image.version=2.8.00 B17COPY /app/node_modules ./node_modules # buildkit15.33 MB18COPY dist ./dist # buildkit238.54 KB19COPY package.json LICENSE index.js data/configuration.example.yaml15.56 KB20COPY docker/docker-entrypoint.sh /usr/local/bin/ # buildkit311 B21RUN |2 DATE=2026-02-01T14:01:37Z VERSION=2.8.0 /bin/sh306 B22RUN |2 DATE=2026-02-01T14:01:37Z VERSION=2.8.0 /bin/sh110 B23ARG COMMIT=b0b02c30b2e58c94043298c14848c90a0f74a24a0 B24RUN |3 DATE=2026-02-01T14:01:37Z VERSION=2.8.0 COMMIT=b0b02c30b2e58c94043298c14848c90a0f74a24a181 B25EXPOSE [8080/tcp]0 B26ENTRYPOINT ["docker-entrypoint.sh"]0 B27CMD ["/sbin/tini" "--" "node" "index.js"]0 BCommand
ADD alpine-minirootfs-3.23.3-x86.tar.gz / # buildkit