File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,18 @@ RUN apt-get update && \
2323 quilt \
2424 && apt-get clean && rm -rf /var/lib/apt/lists/*
2525
26+ # pysnmp, pyasn1 and pyasn1-modules is only included to prevent proliantutils
27+ # from upgrading to too newer of a version. when we have the constraints file we need to delete that
2628RUN --mount=type=cache,target=/root/.cache/pip \
2729 --mount=from=builder,source=/tmp/wheels,target=/tmp/wheels \
2830 /var/lib/openstack/bin/python -m pip install --no-input --find-links /tmp/wheels/ \
2931 ironic-understack \
3032 understack-flavor-matcher \
31- sushy-oem-idrac==6.0.0
33+ sushy-oem-idrac==6.0.0 \
34+ proliantutils==2.16.3 \
35+ pysnmp==5.1.0 \
36+ pyasn1==0.5.1 \
37+ 'pyasn1-modules<0.4.0'
3238COPY containers/ironic/patches /tmp/patches/
3339RUN cd /var/lib/openstack/lib/python3.10/site-packages && \
3440 QUILT_PATCHES=/tmp/patches quilt push -a
You can’t perform that action at this time.
0 commit comments