Monday, March 21, 2022

Pull Image from OCI Container Registry

 

https://www.oracle.com/webfolder/technetwork/tutorials/obe/oci/oke-and-registry/index.html

** Notes: --docker-password is the auth token rather than user password.

kubectl create secret docker-registry ocirsecret --docker-server=phx.ocir.io --docker-username='ansh81vru1zp/jdoe@acme.com' --docker-password='k]j64r{1sJSSF-;)K8'
--docker-email='jdoe@acme.com'

No comments:

Post a Comment