Skip to content

Commit 49cac60

Browse files
committed
chore: change to official, up-to-date Rocky Linux containers for building RPMs
1 parent c80b410 commit 49cac60

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Monitoring Plugins:
3838
Build, 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

4344
Assets:

build/containerfiles/rocky8

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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
45
RUN dnf --assumeyes install --nodocs gcc python39-pip python39-devel && \

build/containerfiles/rocky9

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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
45
RUN dnf --assumeyes install --nodocs gcc python3-pip python3-devel && \

0 commit comments

Comments
 (0)