Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Rocky Linux 8 container base image by default #58

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Conversation

tomclark0
Copy link
Contributor

@tomclark0 tomclark0 commented Jun 6, 2024

The default build options can no longer generate a working container.

Centos 8 Stream EOL was 31.05.24 - per https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/
The centos:stream8 image has the default URL for repos, which are deprecated.
Archived packages are available in the vault repository. There will be no further package builds.
Rather than update the repos to use an archival vault, let's switch to a base that is consistent but still actively maintained.

This gives additional time until for migration until Rocky Linux 9 as default #50.

Note that the rockylinux:8 image does not include xargs by default. This is used in the build process. xargs is provided by the findutils package which has been added to the image.

Use rockylinux:8 as a base image.
xargs is required during build process but not included in the image. xargs is provided with findutils
@tomclark0 tomclark0 requested a review from a team as a code owner June 6, 2024 08:15
@tomclark0 tomclark0 merged commit 534a2d9 into main Jun 27, 2024
4 checks passed
@tomclark0 tomclark0 deleted the rocky8-default branch June 27, 2024 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants