Unable to build oracle rac docker image #2762
-
I keep encountering the following problems when making images, and I can't find a solution at all. ==========================
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It looks like the error is here:
What are the results from the DNS checks? |
Beta Was this translation helpful? Give feedback.
-
Here's my docker info,based on your suggestion, I'm going to try to close buildx before building the image, and I'll feed back the results here DOCKER info: |
Beta Was this translation helpful? Give feedback.
Whats the version of docker and whats image of Docker host machine? RAC on 19.3.0 is currently supported and tested with docker version 19.x from oracle's yum repo of Oracle Linux 7. All the host machine details are documented in README file -> https://github.com/oracle/docker-images/blob/main/OracleDatabase/RAC/OracleRealApplicationClusters/README.md Details are here https://blogs.oracle.com/virtualization/post/install-docker-on-oracle-linux-7 and this docker version is not having buildx enabled by default.
But from above error looks like you are trying to build on unsupported version of docker where buildx is enabled. Hence the issue. Generally, buildx is disabled via "export DOCKER_BUI…