Skip to content

Commit

Permalink
Fix up the rocky image reference
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGarbutt committed Feb 6, 2025
1 parent c2574fc commit 0628c0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/mpi-benchmarks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://www.intel.com/content/www/us/en/develop/documentation/imb-user-guide/top.html
#####

FROM rockylinux:9.5
FROM quay.io/rockylinux/rockylinux:9.5

RUN yum install -y \
openssh-clients openssh-server \
Expand Down
2 changes: 1 addition & 1 deletion images/perftest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Dockerfile for the RDMA bandwidth and latency benchmarks
#####

FROM rockylinux:9.5
FROM quay.io/rockylinux/rockylinux:9.5

RUN yum install -y perftest && \
yum clean all -y && \
Expand Down

0 comments on commit 0628c0f

Please sign in to comment.