Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ubi9/ubi from 9.4-1214 to 9.4-1214.1725849297 in /test-partner #489

Merged
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
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/ubi9/ubi:9.4-1214
FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1725849297
ARG USERNAME=tnf-user
ARG USER_UID=1000
ARG USER_GID=$USER_UID
Expand Down
2 changes: 1 addition & 1 deletion test-partner/Dockerfile.debug-partner
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN \
git checkout v4.9.5 \
&& make

FROM registry.access.redhat.com/ubi9/ubi:9.4-1214
FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1725849297
# hadolint ignore=DL3041
RUN \
dnf update --assumeyes --disableplugin=subscription-manager \
Expand Down
Loading