File tree 3 files changed +9
-9
lines changed
developer/images/dependencies-update
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
# @FROM registry.access.redhat.com/ubi9/ubi-minimal
2
- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5
2
+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2636170dc55a0931d013014a72ae26c0c2521d4b61a28354b3e2e5369fa335a3
3
3
RUN set -x \
4
4
&& mkdir ~/.kube \
5
5
&& mkdir -p /tmp/image-build \
6
6
&& microdnf install -y \
7
7
gettext-0.21 \
8
- git-2.39.3 \
8
+ git-2.43.0 \
9
9
findutils-1:4.8.0 \
10
10
openssl-1:3.0.7 \
11
- podman-2 :4.6.1 \
11
+ podman-4 :4.9.4 \
12
12
procps-ng-3.3.17 \
13
13
python3-pip-21.2.3 \
14
14
rsync-3.2.3 \
Original file line number Diff line number Diff line change 1
1
# @FROM registry.access.redhat.com/ubi9/ubi-minimal
2
- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5
2
+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2636170dc55a0931d013014a72ae26c0c2521d4b61a28354b3e2e5369fa335a3
3
3
RUN set -x \
4
4
&& mkdir ~/.kube \
5
5
&& mkdir -p /tmp/image-build \
6
6
&& microdnf install -y \
7
7
httpd-tools \
8
- git-2.39.3 \
8
+ git-2.43.0 \
9
9
make-1:4.3 \
10
10
openssl-1:3.0.7 \
11
11
tar-2:1.34 \
Original file line number Diff line number Diff line change 1
1
# @FROM registry.access.redhat.com/ubi9/ubi-minimal
2
- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5
2
+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2636170dc55a0931d013014a72ae26c0c2521d4b61a28354b3e2e5369fa335a3
3
3
LABEL build-date= \
4
4
com.redhat.build-host= \
5
5
description="This image provides the scripts to update the repository dependencies." \
@@ -20,9 +20,9 @@ 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
22
RUN microdnf install -y \
23
- findutils-4.8.0 \
24
- git-2.39.3 \
25
- skopeo-2:1.13 .3 \
23
+ findutils-1: 4.8.0 \
24
+ git-2.43.0 \
25
+ skopeo-2:1.14 .3 \
26
26
&& microdnf clean all
27
27
28
28
COPY shared /tmp/image-build/shared
You can’t perform that action at this time.
0 commit comments