From f1f9410e51a8aca7c4674b1e74fcf68b72c2b783 Mon Sep 17 00:00:00 2001 From: Humair Khan Date: Sun, 2 Feb 2025 15:02:58 -0500 Subject: [PATCH] switch to unauthenticated base image to support ODH builds. And fix typo in distributed folder. Signed-off-by: Humair Khan --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8533993e..389d14b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM registry.redhat.io/ubi8/python-312:1 +FROM registry.access.redhat.com/ubi8/python-312:1 ARG SOURCE_CODE=. # Default for ubi8/python -WORKDIR /opt/app-root/src/pipelines/distirbuted-ilab +WORKDIR /opt/app-root/src/pipelines/distributed-ilab COPY ${SOURCE_CODE} .