psiphon-proxy (latest)
Published 2026-06-14 15:03:46 +03:00 by mehrdad
Installation
docker pull git.neoh.ir/vpn-proxy/psiphon-proxy:latestsha256:7b0520cdf2b8393b7b99fb0e049a5e82366953bf578948abeefce3d75ae0c07c
Image Layers
| ADD alpine-minirootfs-3.24.0-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache tini # buildkit |
| WORKDIR /usr/local/bin |
| RUN /bin/sh -c mkdir -p /etc/psiphon # buildkit |
| COPY /go/bin/psiphon /usr/local/bin/psiphon # buildkit |
| COPY assets/start-psiphon /usr/local/bin/ # buildkit |
| COPY assets/healthcheck /usr/local/bin/ # buildkit |
| COPY assets/psiphon.config /etc/psiphon/ # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/psiphon /usr/local/bin/start-psiphon /usr/local/bin/healthcheck # buildkit |
| ENTRYPOINT ["/sbin/tini" "--"] |
| CMD ["start-psiphon"] |
| HEALTHCHECK &{["CMD-SHELL" "healthcheck"] "30s" "5s" "2m0s" "0s" '\x03'} |
Details
2026-06-14 15:03:46 +03:00
Versions (2)
View all
Container
0
OCI / Docker
linux/amd64
20 MiB
main-c048727
2026-06-14
latest
2026-06-14