Skip to content

Commit a44af90

Browse files
authored
Update ubi8 base images (#388)
1 parent cfafcc9 commit a44af90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test-partner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/ubi:8.8-1032
1+
FROM registry.access.redhat.com/ubi8/ubi:8.9-1107.1705420509
22
ARG USERNAME=tnf-user
33
ARG USER_UID=1000
44
ARG USER_GID=$USER_UID

test-partner/Dockerfile.debug-partner

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/ubi:8.8-1067 as podman-builder
1+
FROM registry.access.redhat.com/ubi8/ubi:8.9-1107.1705420509 as podman-builder
22
# hadolint ignore=DL3041
33
RUN \
44
dnf update --assumeyes --disableplugin=subscription-manager \
@@ -17,7 +17,7 @@ RUN \
1717
git checkout v4.8.3 \
1818
&& make
1919

20-
FROM registry.access.redhat.com/ubi8/ubi:8.8-1067
20+
FROM registry.access.redhat.com/ubi8/ubi:8.9-1107.1705420509
2121
# hadolint ignore=DL3041
2222
RUN \
2323
dnf update --assumeyes --disableplugin=subscription-manager \

0 commit comments

Comments
 (0)