Skip to content
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

Closed
dbibiamine-gh opened this issue Feb 7, 2023 · 4 comments
Closed

Comments

@dbibiamine-gh
Copy link

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

@ddsharpe
Copy link
Member

ddsharpe commented Feb 7, 2023

Can you execute a docker pull of the base image? Such as:

$ docker pull ghcr.io/oracle/oraclelinux:8-slim
Error response from daemon: Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

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).

@dbibiamine-gh
Copy link
Author

Can you execute a docker pull of the base image? Such as:

$ docker pull ghcr.io/oracle/oraclelinux:8-slim
Error response from daemon: Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

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

@rjeberhard
Copy link
Member

rjeberhard commented Feb 8, 2023

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 docker login container-registry.oracle.com and sign in with those same credentials. You will then be able to pull images, such as docker pull container-registry.oracle.com/middleware/weblogic:12.2.1.4.

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.

@dbibiamine-gh
Copy link
Author

Issue resolved, it have been a firewall blocking access

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants