Skip to content

Commit

Permalink
Update ubi8 base images (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Jan 19, 2024
1 parent cfafcc9 commit a44af90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test-partner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi:8.8-1032
FROM registry.access.redhat.com/ubi8/ubi:8.9-1107.1705420509
ARG USERNAME=tnf-user
ARG USER_UID=1000
ARG USER_GID=$USER_UID
Expand Down
4 changes: 2 additions & 2 deletions test-partner/Dockerfile.debug-partner
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi:8.8-1067 as podman-builder
FROM registry.access.redhat.com/ubi8/ubi:8.9-1107.1705420509 as podman-builder
# hadolint ignore=DL3041
RUN \
dnf update --assumeyes --disableplugin=subscription-manager \
Expand All @@ -17,7 +17,7 @@ RUN \
git checkout v4.8.3 \
&& make

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

0 comments on commit a44af90

Please sign in to comment.