fix: use fully-qualified image names for podman compatibility
Some checks failed
Build and Push Images / determine-version (push) Successful in 27s
Build and Push Images / build-nvidia (push) Has started running
Build and Push Images / Release (push) Has been cancelled
Build and Push Images / Notify (push) Has been cancelled
Build and Push Images / build-strixhalo (push) Has been cancelled
Build and Push Images / build-intel (push) Has been cancelled
Build and Push Images / build-rdna2 (push) Has been cancelled

Podman requires docker.io/ prefix for Docker Hub images when
unqualified-search registries are not configured.
This commit is contained in:
2026-02-05 17:25:17 -05:00
parent 70a3c3ad6d
commit 5768af76bf
4 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
FROM docker.io/rocm/pytorch:rocm6.4.4_ubuntu22.04_py3.10_pytorch_release_2.7.1 AS rocm-source
# Stage 2: Production image
FROM rayproject/ray:2.53.0-py311 AS production
FROM docker.io/rayproject/ray:2.53.0-py311 AS production
# OCI Image Spec labels
LABEL org.opencontainers.image.title="Ray Worker - AMD RDNA 2"