From aae0bf06f5669f21981626eb329116b6492588b2 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 25 Jul 2024 10:54:50 -0400 Subject: [PATCH] Use open registry --- Dockerfile | 2 +- Dockerfile.sync-page | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bd495f7..818c488 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.redhat.io/ubi9/ubi:latest +FROM registry.access.redhat.com/ubi9/ubi:latest ARG SYNC2JIRA_GIT_REPO=https://github.com/release-engineering/Sync2Jira.git ARG SYNC2JIRA_GIT_REF=master diff --git a/Dockerfile.sync-page b/Dockerfile.sync-page index a4775f9..bd000a8 100644 --- a/Dockerfile.sync-page +++ b/Dockerfile.sync-page @@ -1,4 +1,4 @@ -FROM registry.redhat.io/ubi9/ubi:latest +FROM registry.access.redhat.com/ubi9/ubi:latest ARG SYNC2JIRA_GIT_REPO=https://github.com/release-engineering/Sync2Jira.git ARG SYNC2JIRA_GIT_REF=master