Skip to content

Commit

Permalink
deprecate 2015 IT cert
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwindasr committed Dec 11, 2024
1 parent 6c92f7f commit 1eddebf
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 1eddebf

Please sign in to comment.