File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
operator/images/cluster-setup Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN set -x \
4
4
&& microdnf install -y \
5
5
cmake-3.20.2 \
6
6
gcc-c++-11.3.1 \
7
- git-2.31.1 \
7
+ git-2.39.3 \
8
8
libtool-2.4.6 \
9
9
&& microdnf clean all
10
10
COPY shared /tmp/image-build/shared
@@ -17,10 +17,10 @@ RUN set -x \
17
17
&& mkdir -p /tmp/image-build \
18
18
&& microdnf install -y \
19
19
gettext-0.21 \
20
- git-2.31.1 \
20
+ git-2.39.3 \
21
21
findutils-1:4.8.0 \
22
- openssl-3.0.1 \
23
- podman-2:4.2.0 \
22
+ openssl-1: 3.0.7 \
23
+ podman-2:4.4.1 \
24
24
procps-ng-3.3.17 \
25
25
python3-pip-21.2.3 \
26
26
rsync-3.2.3 \
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ RUN set -x \
5
5
&& mkdir -p /tmp/image-build \
6
6
&& microdnf install -y \
7
7
httpd-tools \
8
- git-2.31.1 \
8
+ git-2.39.3 \
9
9
make-1:4.3 \
10
- openssl-3.0.1 \
10
+ openssl-1: 3.0.7 \
11
11
tar-2:1.34 \
12
12
unzip-6.0 \
13
13
which-2.21 \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ WORKDIR /
19
19
RUN mkdir /workspace && chmod 777 /workspace && chown 65532:65532 /workspace
20
20
ENV HOME /tmp/home
21
21
RUN mkdir $HOME && chmod 777 $HOME && chown 65532:65532 $HOME
22
- RUN microdnf install -y findutils-4.8.0 python3-3.9.14 python3-pip-21.2.3 tar-1.34 xz-5.2.5 && \
22
+ RUN microdnf install -y findutils-4.8.0 python3-3.9.16 python3-pip-21.2.3 tar-1.34 xz-5.2.5 && \
23
23
microdnf clean all
24
24
25
25
COPY shared /tmp/image-build/shared
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ ENV HOME /tmp/home
21
21
RUN mkdir $HOME && chmod 777 $HOME && chown 65532:65532 $HOME
22
22
RUN microdnf install -y \
23
23
findutils-4.8.0 \
24
- git-2.31.1 \
25
- skopeo-1.9.4 \
24
+ git-2.39.3 \
25
+ skopeo-2:1.11.2 \
26
26
&& microdnf clean all
27
27
28
28
COPY shared /tmp/image-build/shared
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ RUN set -x \
5
5
&& dnf install -y \
6
6
# gcc is needed when installing checkov's dependencies
7
7
gcc-c++-12.2.1 \
8
- git-2.39.2 \
8
+ git-2.40.1 \
9
9
openssl-3.0.5 \
10
10
procps-ng-3.3.17 \
11
11
# python3-devl is needed when installing checkov's dependencies
12
- python3-devel-3.11.2 \
12
+ python3-devel-3.11.3 \
13
13
python3-pip-22.2.2 \
14
14
rsync-3.2.7 \
15
15
unzip-6.0 \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ WORKDIR /
19
19
RUN mkdir /workspace && chmod 777 /workspace && chown 65532:65532 /workspace
20
20
RUN microdnf install -y \
21
21
findutils-4.8.0 \
22
- git-2.31.1 \
22
+ git-2.39.3 \
23
23
unzip-6.0 \
24
24
&& microdnf clean all
25
25
You can’t perform that action at this time.
0 commit comments