File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
sdk/python/feast/infra/feature_servers/multicloud Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11FROM registry.access.redhat.com/ubi9/python-312-minimal:1
22
33USER 0
4- RUN microdnf install -y gcc libpq-devel python3.12-devel && microdnf clean all
4+ RUN microdnf install -y git gcc libpq-devel python3.12-devel && microdnf clean all
55USER 1001
66
77COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
Original file line number Diff line number Diff line change 11FROM registry.access.redhat.com/ubi9/python-312-minimal:1
22
3+ USER 0
4+ RUN microdnf install -y git && microdnf clean all
5+ USER 1001
6+
37COPY requirements.txt requirements.txt
48RUN source /tmp/hermeto.env && \
59 pip install -r requirements.txt
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV THIRD_PARTY_PATH=/tmp/hermeto-generic-output/deps/generic
1313# unecessary for konflux build
1414ENV RPM_PATH=/tmp/hermeto-rpm-output/deps/rpm/x86_64
1515USER 0
16- RUN microdnf install -y shadow-utils && microdnf clean all
16+ RUN microdnf install -y git shadow-utils && microdnf clean all
1717RUN useradd mockbuild
1818RUN groupadd mock
1919RUN usermod -G mock mockbuild
You can’t perform that action at this time.
0 commit comments