Skip to content

Commit

Permalink
CI image updated to Fedora 41 (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppitonak authored Dec 16, 2024
1 parent 174ce00 commit d1260fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.CI
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedora/fedora:40
FROM quay.io/fedora/fedora:41

RUN dnf update -y &&\
dnf install -y --setopt=tsflags=nodocs azure-cli git go jq lynx make openssl python-unversioned-command python3 python3-antlr4-runtime python3-pip unzip vim wget &&\
Expand All @@ -10,7 +10,7 @@ RUN wget https://certs.corp.redhat.com/certs/Current-IT-Root-CAs.pem \
-O /etc/pki/ca-trust/source/anchors/Current-IT-Root-CAs.pem && \
update-ca-trust extract

RUN wget https://github.com/mikefarah/yq/releases/download/v4.44.3/yq_linux_amd64 -O /usr/bin/yq &&\
RUN wget https://github.com/mikefarah/yq/releases/download/v4.44.6/yq_linux_amd64 -O /usr/bin/yq &&\
chmod +x /usr/bin/yq

ENV OC_VERSION=4.17
Expand Down

0 comments on commit d1260fa

Please sign in to comment.