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

@@ -6,7 +6,7 @@
# docker build -t git.daviestechlabs.io/daviestechlabs/ray-worker-intel:latest \
# -f dockerfiles/Dockerfile.ray-worker-intel .
FROM rayproject/ray:2.53.0-py311
FROM docker.io/rayproject/ray:2.53.0-py311
# OCI Image Spec labels
LABEL org.opencontainers.image.title="Ray Worker - Intel GPU"