-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: Get "https://ghcr.io/v2/ while creating weblogic image #423
Comments
Can you execute a docker pull of the base image? Such as:
or does your pull request fail like this? If so, your proxy may not be configured correctly for docker (or a firewall is blocking you). I have the same problem and had to drop off the corporate network to see if this was a GitHub issue or internal (GitHub was working just fine). |
it works, but when i try to pull oracle/weblogic:12.2.1.3.0 it's Fail |
WebLogic images are no longer published to Docker Hub. Instead, you will find WebLogic images at container-registry.oracle.com. You will need to go to this site, navigate to "Middleware" and then to the "weblogic" repository, log in with your "My Oracle Support" (MOS) credentials and sign the license agreement. After this you will be able to Please note that these images contain the original product installs only. There is a separate repository, "weblogic_cpu", that contains images with current quarterly patch releases already applied. To pull these you similarly need to sign the license agreement; however, the account you log in with needs to also be associated with an active support agreement. |
Issue resolved, it have been a firewall blocking access Thank you |
Hello,
Im facing an error during the creation of : imagetool create --tag wls:12.2.1.3.0
[SEVERE ] Build command failed with error: Get "https://ghcr.io/v2/": proxyconnect tcp: dial tcp: lookup proxy.example
My imagetool version imagetool:1.11.9
Thnaks
The text was updated successfully, but these errors were encountered: