Skip to content

Commit 3b07d3e

Browse files
committed
Fix missing git rpm version
Update to newer ubi-minimal base image version and the respective rpm versions.
1 parent 387e135 commit 3b07d3e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

ci/images/ci-runner/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#@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
33
RUN set -x \
44
&& mkdir ~/.kube \
55
&& mkdir -p /tmp/image-build \
66
&& microdnf install -y \
77
gettext-0.21 \
8-
git-2.39.3 \
8+
git-2.43.0 \
99
findutils-1:4.8.0 \
1010
openssl-1:3.0.7 \
11-
podman-2:4.6.1 \
11+
podman-4:4.9.4 \
1212
procps-ng-3.3.17 \
1313
python3-pip-21.2.3 \
1414
rsync-3.2.3 \

ci/images/e2e-test-runner/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#@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
33
RUN set -x \
44
&& mkdir ~/.kube \
55
&& mkdir -p /tmp/image-build \
66
&& microdnf install -y \
77
httpd-tools \
8-
git-2.39.3 \
8+
git-2.43.0 \
99
make-1:4.3 \
1010
openssl-1:3.0.7 \
1111
tar-2:1.34 \

developer/images/dependencies-update/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#@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
33
LABEL build-date= \
44
com.redhat.build-host= \
55
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
2020
ENV HOME /tmp/home
2121
RUN mkdir $HOME && chmod 777 $HOME && chown 65532:65532 $HOME
2222
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 \
2626
&& microdnf clean all
2727

2828
COPY shared /tmp/image-build/shared

0 commit comments

Comments
 (0)