Block a user
keenetic-exporter (latest)
Published 2025-10-18 10:39:34 +03:00 by sinav
Installation
docker pull gitea.sinav-lab.com/sinav/keenetic-exporter:latestsha256:41056a15dfc33ffd9438e2244f37d10423f29f5eb739d59c79b875909e4d8b78
Image Layers
| ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk --no-cache add ca-certificates tzdata # buildkit |
| RUN /bin/sh -c addgroup -S appgroup && adduser -S appuser -G appgroup # buildkit |
| WORKDIR /app |
| COPY /app/keenetic-exporter . # buildkit |
| COPY config.default.yaml . # buildkit |
| RUN /bin/sh -c chown -R appuser:appgroup /app # buildkit |
| USER appuser |
| EXPOSE [9090/tcp] |
| CMD ["./keenetic-exporter"] |