Skip to content

Commit

Permalink
Updated docker path.
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-ohai committed Nov 8, 2023
1 parent 5211ebf commit da21ede
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions authorizer/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 &&\
Expand Down

0 comments on commit da21ede

Please sign in to comment.