• Joined on 2026-03-29

ziggo (v1.0.1)

Published 2026-09-09 06:11:33 +00:00 by lostakj

Installation

docker pull gitea.lostak.dev/lostakj/ziggo:v1.0.1
sha256:d6f568fd7fa6f790d6cc0b9346f97cbb53a82f83fd5e734ece1aaa44c16444f9

Images

Digest OS / Arch Size
65cc74f5b2 linux/amd64 10 MiB
22cad08c6b 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-09 06:11:33 +00:00
0
OCI / Docker
Versions (2) View all
v1.0.1 2026-09-09
v1.0.0 2026-09-08