Skip to content

Commit

Permalink
switch to using almalinux base-8 image for rpmbuild
Browse files Browse the repository at this point in the history
due to centos8 EOL we are not able to use that image
for building rpms on the CI

We are sticking with an el8 distro because our release
builds will be made in a rhel8 build root, and thus we
need to check this does not break.
  • Loading branch information
anjannath authored and praveenkumar committed Jun 19, 2024
1 parent 0df0892 commit 2e7afeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile.rpmbuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/centos/centos:stream8
FROM quay.io/almalinuxorg/8-base:8
WORKDIR $APP_ROOT/src
RUN yum -y install git-core rpm-build dnf-plugins-core 'dnf-command(builddep)'
COPY . .
Expand Down

0 comments on commit 2e7afeb

Please sign in to comment.