zigbee2mqtt (latest)
Published 2024-05-30 11:32:00 +00:00 by palkan
Installation
docker pull mxfox.ru/mirror/zigbee2mqtt:latest
sha256:d8d6e6b1bcf2c377024bacdf0960c909a4f36e1755d9918c4f97f869e8270090
Image Layers
ADD file:61f54a318ad79861c6177783bb4c604412b5d952f45a9aa12ff97f4dccba7f73 in / |
CMD ["/bin/sh"] |
WORKDIR /app |
RUN /bin/sh -c apk add --no-cache tzdata eudev tini nodejs # buildkit |
COPY /app/node_modules ./node_modules # buildkit |
COPY dist ./dist # buildkit |
COPY package.json LICENSE index.js data/configuration.yaml data/configuration.example.yaml ./ # buildkit |
COPY docker/docker-entrypoint.sh /usr/local/bin/ # buildkit |
RUN /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh # buildkit |
RUN /bin/sh -c mkdir /app/data # buildkit |
ARG COMMIT |
RUN |1 COMMIT=ea39d86 /bin/sh -c echo "$COMMIT" > dist/.hash # buildkit |
ENV NODE_ENV=production |
ENTRYPOINT ["docker-entrypoint.sh"] |
CMD ["/sbin/tini" "--" "node" "index.js"] |