Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Centos 8 is not available anymore
  • Loading branch information
velezd committed Jan 8, 2025
1 parent 14b4f7d commit d7d7a1a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM quay.io/centos/centos:stream8
FROM redhat/ubi8

# pipeline dependecies
RUN yum -y install git python3 python3-flask python3-requests python3-libxml2 python3-yaml python3-magic
RUN yum -y install git python3 python3-requests python3-libxml2 python3-yaml
# pipeline tests dependecies
RUN yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm; \
yum -y install make python3-pylint diffutils
Expand All @@ -11,9 +11,7 @@ RUN yum -y install yum-utils; \
yum-config-manager --enable beaker-client; \
yum -y install python3-bugzilla beaker-client python3-productmd

# docs dependencies
RUN yum-config-manager --enable powertools; \
yum -y install python3-sphinx
RUN pip3 install python-magic flask sphinx

# fetch other libraries and tools
WORKDIR /root
Expand Down

0 comments on commit d7d7a1a

Please sign in to comment.