thv-base (v0.26.1)
Published 2026-05-16 08:02:11 +00:00 by anh_studio
Installation
docker pull forgejo.anh.studio/anh_studio/thv-base:v0.26.1sha256:e6f08dccdf0452617618dc4e22786bd0809eefa461efcf6a33db9abd6e3c3240Image layers
| ADD alpine-minirootfs-3.20.10-aarch64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache ca-certificates # buildkit |
| COPY /ko-app/thv /usr/local/bin/thv # buildkit |
| ENTRYPOINT ["/usr/local/bin/thv" "proxy"] |