prime-sandbox/tinyproxy (latest)

Published 2026-08-09 18:49:00 +00:00 by forge-admin

Installation

docker pull git.kokpit.sk/forge-admin/prime-sandbox/tinyproxy:latest
sha256:f2f42d9c264b509a01c99d2799281c55587da2875afebb2498f6dac38868b6d1

Image layers

ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache tinyproxy socat # buildkit
RUN /bin/sh -c echo -e "#!/bin/sh\nsocat TCP-LISTEN:8317,fork TCP:host.docker.internal:8317 &\ntinyproxy -d -c /etc/tinyproxy/tinyproxy.conf" > /start.sh && chmod +x /start.sh # buildkit
USER tinyproxy
CMD ["/start.sh"]
Details
Container
2026-08-09 18:49:00 +00:00
2
OCI / Docker
linux/arm64
4.6 MiB
Versions (1) View all
latest 2026-08-09