Sign inSign up

jopsis/httpaceproxy:v3.1.4-arm32

Networking
Security
Web servers
Index digest

sha256:75f4e7da42f27f9bc52498b69a5fa446fdcf13585581cd13816404d3c5f148ff

OS/ARCH

linux/arm/v7

Compressed size

145.7 MB

Last pushed

7 months by jopsis

Type

Image

Manifest digest

sha256:645cd65fc76625582c3a2a8d4856b8faed7d5f92ba14631d37cbd6f260f18ea4

Image Layers

1# debian.sh --arch 'armhf' out/25 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.19 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.09 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 update85.15 MB
15COPY requirements.txt . # buildkit210 B
16RUN /bin/sh -c pip install20.38 MB
17COPY acehttp.py . # buildkit9.26 KB
18COPY aceconfig.py . # buildkit907 B
19COPY acedefconfig.py . # buildkit1.31 KB
20COPY aceclient/ ./aceclient/ # buildkit6.21 KB
21COPY modules/ ./modules/ # buildkit621.51 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 'armhf' out/ 'trixie' '@1769990400'