From da21edeb9d4057828acb14e43c9b4c456a069e29 Mon Sep 17 00:00:00 2001 From: Lu Peng Date: Wed, 8 Nov 2023 12:14:53 -0500 Subject: [PATCH] Updated docker path. --- authorizer/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/authorizer/Dockerfile b/authorizer/Dockerfile index 9b8c4da..9afdd69 100644 --- a/authorizer/Dockerfile +++ b/authorizer/Dockerfile @@ -1,7 +1,7 @@ -# Provide the path of base OS image here. Customer needs to refer to their own internal docker registry. -FROM ocr-docker-remote.artifactory.oci.oraclecorp.com/os/oraclelinux:8-slim +# Provide the path of base OS image here. +FROM ghcr.io/oracle/oraclelinux:8-slim -# Install python and pip. These instructions might change depending upon the base image you choose to use. Please update them accordingly. +# Install python and pip. RUN echo "-internal" > /etc/dnf/vars/ociregion &&\ microdnf repolist &&\ microdnf -y update &&\