You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Oracle Database container image was NOT successfully created.
ERROR: Check the output and correct any reported problems with the build operation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Building image 'oracle/database:19.3.0-ee' ...
[+] Building 110.9s (8/14) docker:desktop-linux
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 5.06kB 0.0s
=> [internal] load metadata for docker.io/library/oraclelinux:8 17.8s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED [base 1/4] FROM docker.io/library/oraclelinux:8@sha256:cf8aec41974636a6ffd095a92158cd005ede3bcd43ff05d372b7ecd615165f7f 0.0s
=> [internal] load build context 0.0s
=> => transferring context: 767B 0.0s
=> [base 2/4] COPY setupLinuxEnv.sh checkSpace.sh /opt/install/ 0.0s
=> [base 3/4] COPY runOracle.sh startDB.sh createDB.sh createObserver.sh dbca.rsp.tmpl setPassword.sh checkDBStatus.sh runUserScripts.sh relinkOracleBinary.sh configTcps.sh /opt/oracle/ 0.0s
=> ERROR [base 4/4] RUN chmod ug+x /opt/install/*.sh && sync && /opt/install/checkSpace.sh && /opt/install/setupLinuxEnv.sh && rm -rf /opt/install 92.9s
Dockerfile:89
88 |
89 | >>> RUN chmod ug+x $INSTALL_DIR/*.sh &&
90 | >>> sync &&
91 | >>> $INSTALL_DIR/$CHECK_SPACE_FILE &&
92 | >>> $INSTALL_DIR/$SETUP_LINUX_FILE &&
93 | >>> rm -rf $INSTALL_DIR
94 |
ERROR: failed to solve: process "/bin/sh -c chmod ug+x $INSTALL_DIR/*.sh && sync && $INSTALL_DIR/$CHECK_SPACE_FILE && $INSTALL_DIR/$SETUP_LINUX_FILE && rm -rf $INSTALL_DIR" did not complete successfully: exit code: 1
View build details: docker-desktop://dashboard/build/desktop-linux/desktop-linux/igovlcsq6md1yo63lcwiln4tm
ERROR: Oracle Database container image was NOT successfully created.
ERROR: Check the output and correct any reported problems with the build operation.
Beta Was this translation helpful? Give feedback.
All reactions