Skip to content

Commit

Permalink
Remove ca update for RH-IT-Root as it is used internally
Browse files Browse the repository at this point in the history
  • Loading branch information
ligangty committed Jul 10, 2024
1 parent 917d083 commit 32dcf26
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
37 changes: 0 additions & 37 deletions image/2022-IT-Root-CA.pem

This file was deleted.

3 changes: 0 additions & 3 deletions image/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ RUN useradd -d ${HOME_DIR} -u ${UID} -g 0 -m -s /bin/bash ${USER} \
&& chmod -R g+rwx ${HOME_DIR} \
&& chmod g+rw /etc/passwd

COPY --from=builder ./charon/image/2022-IT-Root-CA.pem /etc/pki/ca-trust/source/anchors/2022-IT-Root-CA.pem
RUN update-ca-trust extract

COPY --from=builder ./*.whl ./
RUN pip3 install --no-cache-dir --upgrade pip
RUN pip3 install --no-cache-dir ./*.whl
Expand Down

0 comments on commit 32dcf26

Please sign in to comment.