Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ci/images/ci-runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#@FROM registry.access.redhat.com/ubi9/ubi-minimal
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2636170dc55a0931d013014a72ae26c0c2521d4b61a28354b3e2e5369fa335a3
RUN set -x \
&& mkdir ~/.kube \
&& mkdir -p /tmp/image-build \
&& microdnf install -y \
gettext-0.21 \
git-2.39.3 \
git-2.43.0 \
findutils-1:4.8.0 \
openssl-1:3.0.7 \
podman-2:4.6.1 \
podman-4:4.9.4 \
procps-ng-3.3.17 \
python3-pip-21.2.3 \
rsync-3.2.3 \
Expand Down
4 changes: 2 additions & 2 deletions ci/images/e2e-test-runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#@FROM registry.access.redhat.com/ubi9/ubi-minimal
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2636170dc55a0931d013014a72ae26c0c2521d4b61a28354b3e2e5369fa335a3
RUN set -x \
&& mkdir ~/.kube \
&& mkdir -p /tmp/image-build \
&& microdnf install -y \
httpd-tools \
git-2.39.3 \
git-2.43.0 \
make-1:4.3 \
openssl-1:3.0.7 \
tar-2:1.34 \
Expand Down
8 changes: 4 additions & 4 deletions developer/images/dependencies-update/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#@FROM registry.access.redhat.com/ubi9/ubi-minimal
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2636170dc55a0931d013014a72ae26c0c2521d4b61a28354b3e2e5369fa335a3
LABEL build-date= \
com.redhat.build-host= \
description="This image provides the scripts to update the repository dependencies." \
Expand All @@ -20,9 +20,9 @@ RUN mkdir /workspace && chmod 777 /workspace && chown 65532:65532 /workspace
ENV HOME /tmp/home
RUN mkdir $HOME && chmod 777 $HOME && chown 65532:65532 $HOME
RUN microdnf install -y \
findutils-4.8.0 \
git-2.39.3 \
skopeo-2:1.13.3 \
findutils-1:4.8.0 \
git-2.43.0 \
skopeo-2:1.14.3 \
&& microdnf clean all

COPY shared /tmp/image-build/shared
Expand Down