Sign inSign up

jopsis/httpaceproxy:v3.1.4-amd64

Networking
Security
Web servers
Index digest

sha256:74e869f70b87ecd3bb54509a0d44ee1f31e84706bbcc99b8fd9cb76e2b0f74a7

OS/ARCH

linux/amd64

Compressed size

169.34 MB

Last pushed

7 months by jopsis

Type

Image

Manifest digest

sha256:eecc979b79fb6d87618c9602f065f0b957e1244958393995a8984a702119cc9f

Image Layers

1# debian.sh --arch 'amd64' out/28.4 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.23 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.7 MB
9RUN /bin/sh -c set -eux;250 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 update115.91 MB
15COPY requirements.txt . # buildkit210 B
16RUN /bin/sh -c pip install9.23 MB
17COPY acehttp.py . # buildkit9.26 KB
18COPY aceconfig.py . # buildkit905 B
19COPY acedefconfig.py . # buildkit1.31 KB
20COPY aceclient/ ./aceclient/ # buildkit6.21 KB
21COPY modules/ ./modules/ # buildkit621.5 KB
22COPY plugins/ ./plugins/ # buildkit25.45 KB
23COPY http/ ./http/ # buildkit228.04 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 'amd64' out/ 'trixie' '@1769990400'