diff --git a/Dockerfile.assisted_installer_agent-downstream b/Dockerfile.assisted_installer_agent-downstream index 36dab7361..3938b3706 100644 --- a/Dockerfile.assisted_installer_agent-downstream +++ b/Dockerfile.assisted_installer_agent-downstream @@ -17,7 +17,7 @@ RUN go install github.com/google/go-licenses@v1.6.0 RUN ${HOME}/go/bin/go-licenses save --save_path /tmp/licenses ./... -FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/ubi:9.4 +FROM --platform=$BUILDPLATFORM registry.redhat.io/rhel9-4-els/rhel:9.4 ARG release=main ARG version=latest diff --git a/Dockerfile.assisted_installer_agent-mce b/Dockerfile.assisted_installer_agent-mce index 6bf6e3a86..9ad0fb4d2 100644 --- a/Dockerfile.assisted_installer_agent-mce +++ b/Dockerfile.assisted_installer_agent-mce @@ -20,7 +20,7 @@ RUN ${HOME}/go/bin/go-licenses save --save_path /tmp/licenses ./... RUN CGO_FLAG=1 make build -FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/ubi:9.4 +FROM --platform=$BUILDPLATFORM registry.redhat.io/rhel9-4-els/rhel:9.4 ARG release=main ARG version=latest