sha256:163e7351430a95d550d5b1bb958527edc1eff115eb013ca627f3545a192e853f
OS/ARCH
Compressed size
45.24 MB
Last pushed
10 months by koenkk
Type
Image
Manifest digest
sha256:9566d391f608e829c7c5c42769f763721ad01e8bd7375de3c8546ae4477e57bf
Image Layers
1ADD alpine-minirootfs-3.22.2-x86.tar.gz / # buildkit3.45 MB2CMD ["/bin/sh"]0 B3ENV NODE_ENV=production0 B4WORKDIR /app91 B5RUN /bin/sh -c apk add26.56 MB6ARG DATE=2025-12-06T18:46:31Z0 B7ARG VERSION=2.7.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=2025-12-06T18:46:31Z0 B16LABEL org.opencontainers.image.version=2.7.10 B17COPY /app/node_modules ./node_modules # buildkit14.99 MB18COPY dist ./dist # buildkit235.11 KB19COPY package.json LICENSE index.js data/configuration.example.yaml15.56 KB20COPY docker/docker-entrypoint.sh /usr/local/bin/ # buildkit311 B21RUN |2 DATE=2025-12-06T18:46:31Z VERSION=2.7.1 /bin/sh307 B22RUN |2 DATE=2025-12-06T18:46:31Z VERSION=2.7.1 /bin/sh109 B23ARG COMMIT=6d30fa156cf208189edbbd7db8422a6fc657fb9e0 B24RUN |3 DATE=2025-12-06T18:46:31Z VERSION=2.7.1 COMMIT=6d30fa156cf208189edbbd7db8422a6fc657fb9e184 B25EXPOSE [8080/tcp]0 B26ENTRYPOINT ["docker-entrypoint.sh"]0 B27CMD ["/sbin/tini" "--" "node" "index.js"]0 BCommand
ADD alpine-minirootfs-3.22.2-x86.tar.gz / # buildkit