• Joined on 2026-03-29

ziggo (v1.0.0)

Published 2026-09-08 12:38:00 +00:00 by lostakj

Installation

docker pull gitea.lostak.dev/lostakj/ziggo:v1.0.0
sha256:9821fd33465ba2953fc9300827b894aa7ccdc448f8a4279d18d2e0e77666662a

Images

Digest OS / Arch Size
8acd429bb0 linux/amd64 10 MiB
6737a36d3f linux/arm64 10 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.22.5-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL org.opencontainers.image.title=ZigGo org.opencontainers.image.description=Zigbee coordinator written in Go with a web interface
RUN /bin/sh -c apk add --no-cache ca-certificates tzdata # buildkit
WORKDIR /app
COPY /out/ziggo /usr/local/bin/ziggo # buildkit
COPY config.yaml /app/config.yaml.example # buildkit
RUN /bin/sh -c mkdir -p /app/data # buildkit
VOLUME [/app/data]
EXPOSE [8080/tcp]
ENV TZ=UTC
HEALTHCHECK {Test:[CMD-SHELL wget -q -O /dev/null http://127.0.0.1:8080/api/session || exit 1] Interval:30s Timeout:5s StartPeriod:15s StartInterval:0s Retries:3}
ENTRYPOINT ["ziggo"]

Labels

Key Value
org.opencontainers.image.description Zigbee coordinator written in Go with a web interface
org.opencontainers.image.title ZigGo
Details
Container
2026-09-08 12:38:00 +00:00
0
OCI / Docker
Versions (2) View all
v1.0.1 2026-09-09
v1.0.0 2026-09-08