Sign inSign up

serjs/go-socks5-proxy:oss

Multi-platform
Index digest

sha256:67ffecba3e4e128e76d5a7e48301c57245e745e4776733e54e36ce47c521c5bb

OS/ARCH

Compressed size

51.72 MB

Last pushed

12 months by serjs

Type

Image

Manifest digest

sha256:d02b57cc194693912809b9e6d94532d34ec600701fdc8737b39ce7fff0a8cebf

Image Layers

1# debian.sh --arch 'amd64' out/26.92 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3RUN /bin/sh -c set -eux;3.35 MB
4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
5ENV PYTHON_VERSION=3.13.50 B
6ENV PYTHON_SHA256=93e583f243454e6e9e4588ca2c2662206ad961659863277afcdb96801647d6400 B
7RUN /bin/sh -c set -eux;12 MB
8RUN /bin/sh -c set -eux;250 B
9CMD ["python3"]0 B
10WORKDIR /app93 B
11COPY requirements.txt . # buildkit388 B
12RUN /bin/sh -c pip install9.44 MB
13COPY main.py . # buildkit4.62 KB
14ENV PYTHONUNBUFFERED=10 B
15ENV UVICORN_PORT=99990 B
16ENV UVICORN_HOST=0.0.0.00 B
17CMD ["uvicorn" "main:app"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1753056000'