Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
Merge branch 'master' into poc-runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
ikerreyes authored Dec 13, 2024
2 parents a9bb66e + 5a8bf1e commit b49ea5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ ENV CONFIG_PATH=/dvo-extractor/config.yaml \
HOME=/dvo-extractor \
REQUESTS_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.crt

ADD https://certs.corp.redhat.com/certs/2022-IT-Root-CA.pem https://certs.corp.redhat.com/certs/Current-IT-Root-CAs.pem /etc/pki/ca-trust/source/anchors/

WORKDIR $HOME

COPY . $HOME
Expand All @@ -13,8 +15,6 @@ ENV PATH="$VENV/bin:$PATH"

RUN microdnf install --nodocs -y python3.11 unzip tar git-core && \
python3.11 -m venv $VENV && \
curl -ksL https://certs.corp.redhat.com/certs/2015-IT-Root-CA.pem -o /etc/pki/ca-trust/source/anchors/RH-IT-Root-CA.crt && \
curl -ksL https://certs.corp.redhat.com/certs/2022-IT-Root-CA.pem -o /etc/pki/ca-trust/source/anchors/2022-IT-Root-CA.pem && \
update-ca-trust && \
pip install --no-cache-dir -U pip && \
pip install --no-cache-dir -r requirements.txt && \
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-i https://repository.engineering.redhat.com/nexus/repository/ccx/simple

app-common-python==0.2.7
ccx-messaging @ git+https://github.com/RedHatInsights/[email protected].4
ccx-messaging @ git+https://github.com/RedHatInsights/[email protected].8
insights-core-messaging @ git+https://github.com/RedHatInsights/[email protected]
ccx-rules-ocp==2024.12.03
ccx-rules-ocp==2024.12.11
runtime-ocp-rules @ git+https://gitlab.cee.redhat.com/wabuahma/runtime-ocp-rules
setuptools>=70.0.0

0 comments on commit b49ea5b

Please sign in to comment.