oracle / docker-images

Official source of container configurations, images, and examples for Oracle products and projects
https://developer.oracle.com/use-cases/#containers
Universal Permissive License v1.0
6.45k stars 5.4k forks source link

Unable to pull oracle/weblogic:12.1.3-developer image #2744

Open Manish-Mbdevops opened 6 months ago

Manish-Mbdevops commented 6 months ago

Error response from daemon: pull access denied for oracle/weblogic, repository does not exist

russgold commented 6 months ago

Can you describe exactly how you got this error? What steps would reproduce it?

rjeberhard commented 6 months ago

Oracle no longer publishes images on Docker Hub. You need to instead use the Oracle Container Registry. For instance, you could docker pull container-registry.oracle.com/middleware/weblogic:12.2.1.4-dev-ol8-231018.

You must first navigate to the container-registry.oracle.com website, click through to Middleware, and select the "oracle" repository and sign the license agreement before you can pull these images.

Finally, WebLogic 12.1.3 is no longer supported so you will need to pull either the 12.2.1.4 or 14.1.1.0 images.