You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Team, when I create database with below command, it will pull the Oracle image from container-registry.oracle.com
$kubectl apply -f singleinstancedatabase.yaml
If the Oracle image already exists locally(I have manually pulled it from OCR before), is it possible to use the local image directly without pulling it from container-registry.oracle.com?
The text was updated successfully, but these errors were encountered:
Hi Yunus,
The image I'm currently pulling/testing is 19.3.0.0.
But it is not limited to version 19.3, and other versions image will be tested in the future. I want to know if there is such a method, instead of pulling the image from OCR during running command "kubectl apply", but using the existing image locally(manually pulled it from OCR before).
Hi Team, when I create database with below command, it will pull the Oracle image from container-registry.oracle.com
$kubectl apply -f singleinstancedatabase.yaml
If the Oracle image already exists locally(I have manually pulled it from OCR before), is it possible to use the local image directly without pulling it from container-registry.oracle.com?
The text was updated successfully, but these errors were encountered: