File tree Expand file tree Collapse file tree 4 files changed +19
-14
lines changed Expand file tree Collapse file tree 4 files changed +19
-14
lines changed Original file line number Diff line number Diff line change 1
1
FROM ghcr.io/abhinavsingh/proxy.py:base as builder
2
2
3
- LABEL com.abhinavsingh.name="abhinavsingh/proxy.py" \
4
- org.opencontainers.image.title="proxy.py" \
5
- org.opencontainers.image.description="⚡ Fast • 🪶 Lightweight • 0️⃣ Dependency • 🔌 Pluggable • \
3
+ LABEL org.opencontainers.image.title="proxy.py" \
4
+ org.opencontainers.image.description="💫 Ngrok FRP Alternative • ⚡ Fast • 🪶 Lightweight • 0️⃣ Dependency • 🔌 Pluggable • \
6
5
😈 TLS interception • 🔒 DNS-over-HTTPS • 🔥 Poor Man's VPN • ⏪ Reverse & ⏩ Forward • \
7
6
👮🏿 \" Proxy Server\" framework • 🌐 \" Web Server\" framework • ➵ ➶ ➷ ➠ \" PubSub\" framework • \
8
7
👷 \" Work\" acceptor & executor framework" \
9
- org.opencontainers.url="https://github.com/abhinavsingh/proxy.py" \
8
+ org.opencontainers.image. url="https://github.com/abhinavsingh/proxy.py" \
10
9
org.opencontainers.image.source="https://github.com/abhinavsingh/proxy.py" \
11
- com.abhinavsingh.docker.cmd="docker run -it --rm -p 8899:8899 abhinavsingh/proxy.py" \
12
10
org.opencontainers.image.licenses="BSD-3-Clause" \
13
11
org.opencontainers.image.authors="Abhinav Singh <mailsforabhinav@gmail.com>" \
14
- org.opencontainers.image.vendor="Abhinav Singh"
12
+ org.opencontainers.image.vendor="Abhinav Singh" \
13
+ org.opencontainers.image.created="$(date -u +'%Y-%m-%dT%H:%M:%SZ')" \
14
+ org.opencontainers.image.documentation="https://github.com/abhinavsingh/proxy.py#readme" \
15
+ org.opencontainers.image.ref.name="abhinavsingh/proxy.py" \
16
+ com.abhinavsingh.docker.cmd="docker run -it --rm -p 8899:8899 abhinavsingh/proxy.py"
15
17
16
18
ENV PYTHONUNBUFFERED 1
17
19
ENV PYTHONDONTWRITEBYTECODE 1
Original file line number Diff line number Diff line change 1
- FROM python:3.11 -alpine
1
+ FROM python:3.12 -alpine
2
2
3
- LABEL com.abhinavsingh.name="abhinavsingh/proxy.py" \
4
- org.opencontainers.image.title="proxy.py" \
5
- org.opencontainers.image.description="⚡ Fast • 🪶 Lightweight • 0️⃣ Dependency • 🔌 Pluggable • \
3
+ LABEL org.opencontainers.image.title="proxy.py" \
4
+ org.opencontainers.image.description="💫 Ngrok FRP Alternative • ⚡ Fast • 🪶 Lightweight • 0️⃣ Dependency • 🔌 Pluggable • \
6
5
😈 TLS interception • 🔒 DNS-over-HTTPS • 🔥 Poor Man's VPN • ⏪ Reverse & ⏩ Forward • \
7
6
👮🏿 \"Proxy Server\" framework • 🌐 \"Web Server\" framework • ➵ ➶ ➷ ➠ \"PubSub\" framework • \
8
7
👷 \"Work\" acceptor & executor framework" \
9
- org.opencontainers.url="https://github.com/abhinavsingh/proxy.py" \
8
+ org.opencontainers.image. url="https://github.com/abhinavsingh/proxy.py" \
10
9
org.opencontainers.image.source="https://github.com/abhinavsingh/proxy.py" \
11
- com.abhinavsingh.docker.cmd="docker run -it --rm -p 8899:8899 abhinavsingh/proxy.py" \
12
10
org.opencontainers.image.licenses="BSD-3-Clause" \
13
11
org.opencontainers.image.authors="Abhinav Singh <mailsforabhinav@gmail.com>" \
14
- org.opencontainers.image.vendor="Abhinav Singh"
12
+ org.opencontainers.image.vendor="Abhinav Singh" \
13
+ org.opencontainers.image.created="$(date -u +'%Y-%m-%dT%H:%M:%SZ')" \
14
+ org.opencontainers.image.documentation="https://github.com/abhinavsingh/proxy.py#readme" \
15
+ org.opencontainers.image.ref.name="abhinavsingh/proxy.py" \
16
+ com.abhinavsingh.docker.cmd="docker run -it --rm -p 8899:8899 abhinavsingh/proxy.py"
15
17
16
18
ENV PYTHONUNBUFFERED 1
17
19
ENV PYTHONDONTWRITEBYTECODE 1
Original file line number Diff line number Diff line change 13
13
[ ![ iOS, iOS Simulator] ( https://img.shields.io/static/v1?label=tested%20with&message=iOS%20%F0%9F%93%B1%20%7C%20iOS%20Simulator%20%F0%9F%93%B1&color=darkgreen&style=for-the-badge )] ( https://abhinavsingh.com/proxy-py-a-lightweight-single-file-http-proxy-server-in-python/ )
14
14
15
15
[ ![ pypi version] ( https://img.shields.io/pypi/v/proxy.py?style=flat-square )] ( https://pypi.org/project/proxy.py/ )
16
- [ ![ Python 3.x] ( https://img.shields.io/static/v1?label=Python&message=3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11&color=blue&style=flat-square )] ( https://www.python.org/ )
16
+ [ ![ Python 3.x] ( https://img.shields.io/static/v1?label=Python&message=3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12 &color=blue&style=flat-square )] ( https://www.python.org/ )
17
17
[ ![ Checked with mypy] ( https://img.shields.io/static/v1?label=MyPy&message=checked&color=blue&style=flat-square )] ( http://mypy-lang.org/ )
18
18
19
19
[ ![ doc] ( https://img.shields.io/readthedocs/proxypy/latest?style=flat-square&color=darkgreen )] ( https://proxypy.readthedocs.io/ )
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ classifiers =
66
66
Programming Language :: Python :: 3.9
67
67
Programming Language :: Python :: 3.10
68
68
Programming Language :: Python :: 3.11
69
+ Programming Language :: Python :: 3.12
69
70
70
71
Topic :: Internet
71
72
Topic :: Internet :: Proxy Servers
You can’t perform that action at this time.
0 commit comments