File tree Expand file tree Collapse file tree 3 files changed +33
-1
lines changed
Expand file tree Collapse file tree 3 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.23 2025-09-11 <dave at tiredofit dot ca >
2+
3+ ### Added
4+ - Zigbee2MQTT 2.6.1
5+ - Add EOL notice
6+
7+
18## 1.0.22 2025-08-16 <dave at tiredofit dot ca >
29
310 ### Added
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
66
77ARG Z2M_VERSION
88
9- ENV Z2M_VERSION=2.6.0 \
9+ ENV Z2M_VERSION=2.6.1 \
1010 Z2M_REPO_URL=https://github.com/koenkk/zigbee2mqtt \
1111 CONTAINER_PROCESS_RUNAWAY_PROTECTOR=FALSE \
1212 NGINX_SITE_ENABLED=z2m \
Original file line number Diff line number Diff line change @@ -6,6 +6,31 @@ prepare_service
66set +a
77PROCESS_NAME="z2m"
88
9+ cat <<EOF
10+ *******************************************************************************
11+ * *
12+ * END OF LIFE NOTICE AUGUST 18, 2025 *
13+ * tiredofit/z2m *
14+ * *
15+ * This image is no longer maintained as of and will not receive updates. *
16+ * *
17+ * A successor image is available at: *
18+ * *
19+ * Repository | Documentation: *
20+ * - https://github.com/nfrastack/container-z2m *
21+ * *
22+ * Image Registries: *
23+ * - https://hub.docker.com/r/nfrastack/z2m *
24+ * - https://github.com/nfrastack/container-z2m/pkgs/container/container-z2m *
25+ * *
26+ * Please visit https://nfrastack.com for more information. *
27+ * *
28+ *******************************************************************************
29+
30+ EOF
31+
32+ sleep 15
33+
934bootstrap_filesystem
1035generate_config
1136configure_proxy
You can’t perform that action at this time.
0 commit comments