File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ Monitoring Plugins:
3838Build, CI/CD:
3939
4040* Add build targets for Debian 13 and Rocky 10
41+ * Change to official, up-to-date Rocky Linux containers for building RPMs ([ Motivation] ( https://hub.docker.com/_/rockylinux#important-note ) )
4142
4243
4344Assets:
Original file line number Diff line number Diff line change 1- FROM docker.io/library/rockylinux:8
1+ # Don't use Rocky containers from docker.io/library as they are out of date.
2+ FROM docker.io/rockylinux/rockylinux:8
23
34# Install Python 3.9
45RUN dnf --assumeyes install --nodocs gcc python39-pip python39-devel && \
Original file line number Diff line number Diff line change 1- FROM docker.io/library/rockylinux:9
1+ # Don't use Rocky containers from docker.io/library as they are out of date.
2+ FROM docker.io/rockylinux/rockylinux:9
23
34# Install Python 3
45RUN dnf --assumeyes install --nodocs gcc python3-pip python3-devel && \
You can’t perform that action at this time.
0 commit comments