Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.
Open
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
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_REGISTRY=registry.access.redhat.com
ARG BASE_IMAGE=ubi8/ubi
ARG BASE_TAG=8.5
ARG BASE_TAG=8.7-1112

#### Start first stage
#### Anchore wheels, binary dependencies, etc. are staged to /build_output for second stage
Expand All @@ -26,8 +26,8 @@ RUN set -ex && \
yum install -y \
gcc \
make \
python38 \
python38-wheel && \
python39 \
python39-wheel && \
pip3 install pip=="${PIP_VERSION}"

# stage anchore wheels and default configs into /build_output
Expand Down Expand Up @@ -77,8 +77,8 @@ COPY --from=anchore-cli-builder /build_output /build_output
# install OS dependencies
RUN yum update -y && \
yum install -y \
python38 \
python38-wheel && \
python39 \
python39-wheel && \
yum clean all && \
pip3 install --upgrade --no-index --find-links=/build_output/wheels/ pip

Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Click==8.0.1
prettytable==2.2.0
Click==8.1.3
prettytable==3.7.0
python-dateutil==2.8.2
PyYAML==5.4.1
requests==2.26.0
PyYAML==6.0
requests==2.28.2
six==1.16.0
urllib3==1.26.6
urllib3==1.26.15