Closed
Description
Despite having examples installing python311-devel
on top of the Python 3.11 base image (it's a pretty common use case), the rpm repositories configured on those minimal images with microdnf do not have that package:
=> [1/2] FROM quay.io/sclorg/python-311-minimal-el8:20240410 0.0s
=> ERROR [2/2] RUN microdnf install -y gcc python311-devel 2.2s
------
> [2/2] RUN microdnf install -y gcc python311-devel:
0.160
0.160 (microdnf:1): librhsm-WARNING **: 08:51:53.764: Found 0 entitlement certificates
0.161
0.161 (microdnf:1): librhsm-WARNING **: 08:51:53.765: Found 0 entitlement certificates
0.219 Downloading metadata...
0.719 Downloading metadata...
1.773 Downloading metadata...
2.195 error: No package matches 'python311-devel'
------
Dockerfile:5
--------------------
3 | # Install packages necessary for compiling uwsgi from source
4 | USER 0
5 | >>> RUN microdnf install -y gcc python311-devel
6 | USER 1001
7 |
--------------------
Metadata
Metadata
Assignees
Labels
No labels