openeuler/distroless-pipThe official distroless-pip docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
This image contains a minimal Linux, pip runtime.
PIP is the package installer for Python. You can use it to install packages from the Python Package Index and other indexes.
The tag details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 23.3.1-oe2403lts | PIP 23.3.1 on openEuler 24.03-LTS | amd64, arm64 |
Create a Dockerfile in your python project
# Dockerfile FROM openeuler/distroless-pip:23.3.1-oe2403lts # Need to refresh the CA certificates RUN update-ca-trust # example 1 RUN pip install numpy # example 2 RUN pip install -r requirements.txt
For implementation details, refer to the distroless-base-nonroot documentation.
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.


manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务