Sign inSign up

jopsis/httpaceproxy:v3.1.3

Multi-platform
Networking
Security
Web servers
Index digest

sha256:90de9a9776aa56314b87e9cbd34612d386099d4ccea61d754f74de1ebf3d84b5

OS/ARCH

Compressed size

161.94 MB

Last pushed

8 months by jopsis

Type

Image

Manifest digest

sha256:9735ae9fe9c44ecd81f48f7f0c22b7134172fe44a3596d9011ef63caba5f3bf2

Image Layers

1# debian.sh --arch 'arm64' out/28.74 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;1.21 MB
5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
6ENV PYTHON_VERSION=3.11.140 B
7ENV PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b780 B
8RUN /bin/sh -c set -eux;13.65 MB
9RUN /bin/sh -c set -eux;251 B
10CMD ["python3"]0 B
11LABEL maintainer=HTTPAceProxy0 B
12LABEL description=HTTPAceProxy server with NewEra0 B
13WORKDIR /app93 B
14RUN /bin/sh -c apt-get update108.56 MB
15COPY requirements.txt . # buildkit212 B
16RUN /bin/sh -c pip install8.9 MB
17COPY acehttp.py . # buildkit9.26 KB
18COPY aceconfig.py . # buildkit906 B
19COPY acedefconfig.py . # buildkit1.27 KB
20COPY aceclient/ ./aceclient/ # buildkit6.21 KB
21COPY modules/ ./modules/ # buildkit621.51 KB
22COPY plugins/ ./plugins/ # buildkit25.45 KB
23COPY http/ ./http/ # buildkit228.03 KB
24COPY docker-entrypoint.sh . # buildkit1.11 KB
25RUN /bin/sh -c chmod +x32 B
26VOLUME [/app/logs]0 B
27EXPOSE [8888/tcp]0 B
28HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8888/stat0 B
29ENV PYTHONUNBUFFERED=10 B
30ENV ACEPROXY_HOST=0.0.0.00 B
31ENV ACEPROXY_PORT=88880 B
32ENTRYPOINT ["./docker-entrypoint.sh"]0 B
33CMD []0 B

Command

# debian.sh --arch 'arm64' out/ 'trixie' '@1769990400'