Replies: 1 comment
-
|
Filling the issue template helps us to gather basic details. e.g. your OS version. I suspect you are on M1 device. Emulation is not guaranteed to work for more complex docker images. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've installed:
following these steps:
Now, I'm trying to build an Oracle DB image - 18.4 or 19.3 from here
https://github.com/oracle/docker-images/tree/main/OracleDatabase/SingleInstance
But running buildDockerImage.sh script is hanging at a certain steps for more than 3600 seconds which isn't the way to work. Same script, same build works fine on LinuxMint, Ubuntu or even Amazon LinuxL:
Here's a snapshot from the output:
==========================
Building image 'oracle/database:18.4.0-xe' ...
[+] Building 5878.7s (6/7)
=> [internal] load build definition from Dockerfile.xe 0.0s
=> => transferring dockerfile: 40B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for docker.io/library/oraclelinux:7-slim 1.1s
=> [internal] load build context 0.0s
=> => transferring context: 175B 0.0s
=> CACHED [1/3] FROM docker.io/library/oraclelinux:7-slim@sha256:e63584e0060861cd5301a9fc924b087f32ba28c380126b32ed4874d52bf02051 0.0s
=> [2/3] COPY checkSpace.sh runOracle.sh setPassword.sh checkDBStatus.sh oracle-xe-18c.conf /install/ 0.1s
=> [3/3] RUN chmod ug+x /install/*.sh && sync && /install/checkSpace.sh && cd /install && yum -y install expect openssl oracle-database-preinstall-18c && sed -i -e 's/(oracle\s+hard\s+nofile)/# \1/' /etc/ 5877.0s
Questions:
I've tried to start Colima with different --disk values like 100 or even 200 (GB) but no luck
thanks
Beta Was this translation helpful? Give feedback.
All reactions