Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qd-today/pycurl-docker
Alpine latest with pycurl - python 3.11
https://github.com/qd-today/pycurl-docker
alpine curl docker http3 pycurl
Last synced: 3 days ago
JSON representation
Alpine latest with pycurl - python 3.11
- Host: GitHub
- URL: https://github.com/qd-today/pycurl-docker
- Owner: qd-today
- License: mit
- Created: 2021-09-15T13:12:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T16:53:32.000Z (11 months ago)
- Last Synced: 2024-11-07T21:14:05.129Z (about 2 months ago)
- Topics: alpine, curl, docker, http3, pycurl
- Language: Dockerfile
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **Pycurl-Lite-Docker**
**Python3.11:Alpine-edge only with pycurl**
## **Repository**
**Github :** [https://github.com/qiandao-today/pycurl-docker](https://github.com/qiandao-today/pycurl-docker)
**DockerHub :** [https://hub.docker.com/r/a76yyyy/pycurl](https://hub.docker.com/r/a76yyyy/pycurl)
```bash
docker pull a76yyyy/pycurl:lite-latest
```## **VERSION**
- PYTHON_VERSION == 3.11
- CURL_VERSION == 7.86.0
- OPENSSL_VERSION == 3.0.7+quic
- PYCURL_VERSION == 7.45.2```bash
LDFLAGS="-Wl,-rpath,/usr/lib" ./configure \
--with-openssl=/usr \
--with-nghttp2=/usr \
--with-nghttp3=/usr \
--with-ngtcp2=/usr \
--prefix=/usr \
--enable-ipv6 \
--enable-unix-sockets \
--with-libidn2 \
--disable-static \
--disable-ldap \
--with-pic \
--with-gssapi
```# **Pycurl-Docker**
**Python3.11:Alpine-edge with pycurl ddddocr**
## **Repository**
**Github :** [https://github.com/qiandao-today/pycurl-docker](https://github.com/qiandao-today/pycurl-docker)
**DockerHub :** [https://hub.docker.com/r/a76yyyy/pycurl](https://hub.docker.com/r/a76yyyy/pycurl)
```bash
docker pull a76yyyy/pycurl:latest
```## **VERSION**
- PYTHON_VERSION == 3.11
- CURL_VERSION == 7.86.0
- OPENSSL_VERSION == 3.0.7+quic
- PYCURL_VERSION == 7.45.2
- ONNXRUNTIME_TAG == v1.13.1
- DDDDOCR_VERSION == 1.4.7```bash
LDFLAGS="-Wl,-rpath,/usr/lib" ./configure \
--with-openssl=/usr \
--with-nghttp2=/usr \
--with-nghttp3=/usr \
--with-ngtcp2=/usr \
--prefix=/usr \
--enable-ipv6 \
--enable-unix-sockets \
--with-libidn2 \
--disable-static \
--disable-ldap \
--with-pic \
--with-gssapi
```# **Pycurl-Docker-default**
Python:3.11-Alpine latest with pycurl - default ( **not support TLS1.3 & Http3 & OnnxRuntime & ddddocr** )
## **Repository**
**Github :** [https://github.com/qiandao-today/pycurl-docker/tree/default](https://github.com/qiandao-today/pycurl-docker/tree/default)
**DockerHub :** [https://hub.docker.com/r/a76yyyy/pycurl](https://hub.docker.com/r/a76yyyy/pycurl)
```bash
docker pull a76yyyy/pycurl:default-latest
```## **VERSION**
- PYTHON_VERSION == 3.11
- CURL_VERSION == 7.86.0
- OPENSSL_VERSION == 3.0.7
- PYCURL_VERSION == 7.45.2```bash
./configure \
--with-ssl \
--with-nghttp2=/usr \
--prefix=/usr \
--enable-ipv6 \
--enable-unix-sockets \
--with-libidn2 \
--disable-static \
--disable-ldap \
--with-pic \
--with-gssapi
```