Skip to content

Commit

Permalink
chore(ci): fix build by updating pip during install (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Dec 8, 2023
1 parent ed9ed2e commit 8214a8c
Show file tree
Hide file tree
Showing 3 changed files with 692 additions and 505 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ COPY --from=build /opt/app-root/src/dist/*.whl /tmp/dist/

RUN microdnf install -y \
python3.11-pip \
&& python3.11 -mpip install -U pip # update pip due to module 'tarfile' has no attribute 'LinkOutsideDestinationError' \
&& python3.11 -mpip --no-cache-dir install /tmp/dist/*.whl \
&& python3.11 -mpip uninstall pip \
&& microdnf remove -y \
python3.11-pip \
python3.11-setuptools \
Expand Down
2 changes: 2 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ spec:
- component:default/acrclient
- component:default/minio
- component:default/owncloud
consumesApi:
- minio-cloudevents-api
Loading

0 comments on commit 8214a8c

Please sign in to comment.