Skip to content

Commit 0628c0f

Browse files
committed
Fix up the rocky image reference
1 parent c2574fc commit 0628c0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/mpi-benchmarks/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://www.intel.com/content/www/us/en/develop/documentation/imb-user-guide/top.html
44
#####
55

6-
FROM rockylinux:9.5
6+
FROM quay.io/rockylinux/rockylinux:9.5
77

88
RUN yum install -y \
99
openssh-clients openssh-server \

images/perftest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Dockerfile for the RDMA bandwidth and latency benchmarks
33
#####
44

5-
FROM rockylinux:9.5
5+
FROM quay.io/rockylinux/rockylinux:9.5
66

77
RUN yum install -y perftest && \
88
yum clean all -y && \

0 commit comments

Comments
 (0)