Sign inSign up

openeuler/distroless-pip

Sponsored OSS

By openeuler

•Updated about 1 month ago

Image
0

2.1K

openeuler/distroless-pip repository overview

⁠Quick reference

⁠distroless-pip | 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

TagCurrentlyArchitectures
23.3.1-oe2403lts⁠PIP 23.3.1 on openEuler 24.03-LTSamd64, arm64

⁠Usage

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

⁠Run Applications as a Non-Root User

For implementation details, refer to the distroless-base-nonroot documentation⁠.

⁠Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images⁠.

Tag summary

Content type

Image

Digest

sha256:1c6e70708…

Size

27.8 MB

Last updated

about 1 month ago

docker pull openeuler/distroless-pip:23.3.1-oe2403lts

This week's pulls

Pulls:

15

Last week