docker: specify registry to simplify Podman builds (#24607)

This commit is contained in:
Alexander Batischev
2026-06-15 01:27:20 +08:00
committed by GitHub
parent fd5869fb62
commit 20c5266f8a
10 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ ARG ROCM_VERSION=7.2.1
ARG AMDGPU_VERSION=7.2.1
# Target the ROCm build image
ARG BASE_ROCM_DEV_CONTAINER=rocm/dev-ubuntu-${UBUNTU_VERSION}:${ROCM_VERSION}-complete
ARG BASE_ROCM_DEV_CONTAINER=docker.io/rocm/dev-ubuntu-${UBUNTU_VERSION}:${ROCM_VERSION}-complete
ARG BUILD_DATE=N/A
ARG APP_VERSION=N/A