File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
ansible-operator-2.11-preview Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,14 @@ ENV PIP_NO_CACHE_DIR=1 \
27
27
# Ensure fresh metadata rather than cached metadata, install system and pip python deps,
28
28
# and remove those not needed at runtime.
29
29
# pip3~=21.1 fixes a vulnerability described in https://github.com/pypa/pip/pull/9827.
30
+ # TODO(everettraven): Revert all the CVE ignoring after the ansible version has been bumped.
30
31
RUN set -e && yum clean all && rm -rf /var/cache/yum/* \
31
32
&& yum update -y \
32
33
&& yum install -y libffi-devel openssl-devel python38-devel gcc python38-pip python38-setuptools \
33
34
&& pip3 install --upgrade pip~=21.1.0 \
34
35
&& pip3 install pipenv==2022.1.8 \
35
36
&& pipenv install --deploy \
36
- && pipenv check -i 45114 -i 53304 -i 53303 -i 53302 -i 53299 -i 53298 -i 53301 -i 53306 -i 53307 -i 53305 -i 53048 \
37
+ && pipenv check -i 45114 -i 53304 -i 53303 -i 53302 -i 53299 -i 53298 -i 53301 -i 53306 -i 53307 -i 53305 -i 53048 -i 54468 -i 58755 \
37
38
&& yum remove -y gcc libffi-devel openssl-devel python38-devel \
38
39
&& yum clean all \
39
40
&& rm -rf /var/cache/yum
Original file line number Diff line number Diff line change @@ -27,13 +27,14 @@ ENV PIP_NO_CACHE_DIR=1 \
27
27
# Ensure fresh metadata rather than cached metadata, install system and pip python deps,
28
28
# and remove those not needed at runtime.
29
29
# pip3~=21.1 fixes a vulnerability described in https://github.com/pypa/pip/pull/9827.
30
+ # TODO(everettraven): Revert all the CVE ignoring after the ansible version has been bumped.
30
31
RUN set -e && yum clean all && rm -rf /var/cache/yum/* \
31
32
&& yum update -y \
32
33
&& yum install -y libffi-devel openssl-devel python38-devel gcc python38-pip python38-setuptools \
33
34
&& pip3 install --upgrade pip~=21.1.0 \
34
35
&& pip3 install pipenv==2022.1.8 \
35
36
&& pipenv install --deploy \
36
- && pipenv check -i 42926 -i 42923 -i 45114 -i 53304 -i 53303 -i 53302 -i 53299 -i 53298 -i 53301 -i 53306 -i 53307 -i 53305 -i 53048 \
37
+ && pipenv check -i 42926 -i 42923 -i 45114 -i 53304 -i 53303 -i 53302 -i 53299 -i 53298 -i 53301 -i 53306 -i 53307 -i 53305 -i 53048 -i 54230 -i 54229 -i 54219 -i 54564 -i 54468 -i 54466 -i 54467 -i 58755 \
37
38
&& yum remove -y gcc libffi-devel openssl-devel python38-devel \
38
39
&& yum clean all \
39
40
&& rm -rf /var/cache/yum
You can’t perform that action at this time.
0 commit comments