Skip to content

Commit

Permalink
Merge pull request #157 from ashwindasr/deprecate-2015-it-cert
Browse files Browse the repository at this point in the history
deprecate 2015 IT cert
  • Loading branch information
openshift-merge-bot[bot] authored Dec 12, 2024
2 parents 6c92f7f + 1eddebf commit 77425d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ LABEL name="art-dash" \

# the build will need to run inside the firewall to access internal resources.
# Install Red Hat IT Root CA and RCM repos
RUN curl -o /etc/pki/ca-trust/source/anchors/RH-IT-Root-CA.crt --fail -L \
https://certs.corp.redhat.com/certs/2015-IT-Root-CA.pem \
&& curl -o /etc/pki/ca-trust/source/anchors/2022-IT-Root-CA.pem --fail -L \
RUN curl -o /etc/pki/ca-trust/source/anchors/2022-IT-Root-CA.pem --fail -L \
https://certs.corp.redhat.com/certs/2022-IT-Root-CA.pem \
&& update-ca-trust extract \
&& curl -o /etc/yum.repos.d/rcm-tools-fedora.repo https://download.devel.redhat.com/rel-eng/RCMTOOLS/rcm-tools-fedora.repo \
Expand Down

0 comments on commit 77425d5

Please sign in to comment.