antoninoromeo

Results 4 issues of antoninoromeo

After sh buildDockerImage.sh -v 12.2.1.4 docker image build process break with message: library initialization failed - unable to allocate file descriptor table - out of memory/bin/sh: line 1: 41 Aborted...

#### Exist a topic that seem to deal with this bug: https://support.oracle.com/knowledge/Middleware/2710532_1.html

First bug resolved in dockerfile, changed: #RUN rm -rf /u01/oraInst.loc /u01/install.file && \ chown oracle:oracle -R /u01 RUN rm -rf /u01/oraInst.loc /u01/install.file compiled successfully oracle/wcsites:12.2.1.4 but after: docker run -d...

from build log: **Step** 1/43 : FROM ghcr.io/oracle/oraclelinux:8-slim as os_update 8-slim: Pulling from oracle/oraclelinux 051f419db9dd: Pulling fs layer 051f419db9dd: Download complete 051f419db9dd: Pull complete Digest: sha256:128890f01d9df4a209ff8ebcd3615d76d6219e904d82c95b419dde68c9b44bd0 Status: Downloaded newer image...