Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,20 +164,17 @@ RUN patch -p1 -d /usr/local/lib/pulp/lib/python${PYTHON_VERSION}/site-packages <
COPY images/assets/patches/0038-readonly-pypi-endpoints.patch /tmp/
RUN patch -p1 -d /usr/local/lib/pulp/lib/python${PYTHON_VERSION}/site-packages < /tmp/0038-readonly-pypi-endpoints.patch

COPY images/assets/patches/0047-Improve-repair_metadata-log-with-repo-and-package-na.patch /tmp/
RUN patch -p1 -d /usr/local/lib/pulp/lib/python${PYTHON_VERSION}/site-packages < /tmp/0047-Improve-repair_metadata-log-with-repo-and-package-na.patch

COPY images/assets/patches/0039-Turn-migration-19-into-a-noop.patch /tmp/
RUN patch -p1 -d /usr/local/lib/pulp/lib/python${PYTHON_VERSION}/site-packages < /tmp/0039-Turn-migration-19-into-a-noop.patch

COPY images/assets/patches/0044-Move-content-app-heartbeat-to-a-thread.patch /tmp/
RUN patch -p1 -d /usr/local/lib/pulp/lib/python${PYTHON_VERSION}/site-packages < /tmp/0044-Move-content-app-heartbeat-to-a-thread.patch

COPY images/assets/patches/0045-Include-DRF-default-auth-classes-when-token-auth-is-disabled.patch /tmp/
RUN patch -p1 -d /usr/local/lib/pulp/lib/python${PYTHON_VERSION}/site-packages < /tmp/0045-Include-DRF-default-auth-classes-when-token-auth-is-disabled.patch


COPY images/assets/keys/SIGSTORE-redhat-release3.pem /etc/pki/sigstore/SIGSTORE-redhat-release3
COPY images/assets/patches/0048-Re-enable-attestation-verification-with-vendored-key.patch /tmp/
RUN patch -p1 -d /usr/local/lib/pulp/lib/python${PYTHON_VERSION}/site-packages < /tmp/0048-Re-enable-attestation-verification-with-vendored-key.patch
COPY images/assets/patches/0047-Improve-repair_metadata-log-with-repo-and-package-na.patch /tmp/
RUN patch -p1 -d /usr/local/lib/pulp/lib/python${PYTHON_VERSION}/site-packages < /tmp/0047-Improve-repair_metadata-log-with-repo-and-package-na.patch

COPY images/assets/patches/0049-Skip-content-units-validation.patch /tmp/
RUN patch -p1 -d /usr/local/lib/pulp/lib/python${PYTHON_VERSION}/site-packages < /tmp/0049-Skip-content-units-validation.patch
Expand Down
42 changes: 0 additions & 42 deletions images/assets/patches/0046-Ignore-attestation-verification.patch

This file was deleted.

12 changes: 6 additions & 6 deletions pulp_service/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
pulpcore==3.108.0
pulp-rpm==3.35.2
pulp-rpm==3.36.0
pulp-gem==0.7.5
pulp-python==3.28.2
pulp-npm==0.7.0
pulp-python==3.29.0
pulp-npm==0.7.1
pulp-container==2.27.6
pulp-maven==0.12.0
pulp-hugging-face==0.3.0
pulp-cli
pulp-cli-gem
sentry-sdk
app-common-python
oras==0.2.38
uvloop==0.21.0
oras==0.2.42
uvloop==0.22.1
jsonschema
memray
pyinstrument
clamav-client>=0.7.1,<1.0
django-hijack==3.7.4
django-hijack==3.7.8
pycares>=4.0.0,<5.0
Loading