docker-images: Pull Access denied for oracle/weblogic

Hi

Getting the following error when I try to pull

docker build --build-arg ADMIN_PASS=welcome1 --build-arg ADMIN_USER=weblogic -t wls-12213-domain . Sending build context to Docker daemon 1.86MB Step 1/12 : FROM oracle/weblogic:12.2.1.3-developer pull access denied for oracle/weblogic, repository does not exist or may require 'docker login' I’ve accepted the license agreements for pulling images from the container-registry and last time I modified the Dockerfile to pick from the Container registry as well… so 2 things:

  1. How and where do I login for access to the oracle repo so i can pull oracle/weblogic?
  2. Is it alright to change the Dockerfile image URL to pull from container-registry.oracle.com or is there anything specific in the oracle/weblogic image that’s needed for this?

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 33 (18 by maintainers)

Most upvoted comments

To pull the image from the oracle container registry you must go to your browser and enter URL https://container-registry.oracle.com sign in, accept license, Note that acceptance of the license agreement is required to download images using the Docker command-line tool and that acceptance only persists for eight hours. Navigate to middleware->weblogic From your command window docker login container-registry.oracle.com docker pull container-registry.oracle.com/middleware/weblogic:12.2.1.3 (look at tags for available images)

You need to register credentials and accept licenseon Oracle Container Registry see documentation https://docs.oracle.com/cd/E37670_01/E75728/html/oracle-registry-server.html