Skip to content

Building oracle/database:12.2.0.1-se2 image fails; oraInventory/orainstRoot.sh not found #610

Closed
@wiyh12nf89x

Description

@wiyh12nf89x

Command uname -a returnes 'Linux localhost.localdomain 4.10.5-1.el7.elrepo.x86_64 #1 SMP Wed Mar 22 14:46:24 EDT 2017 x86_64 x86_64 x86_64 GNU/Linux'
Command df returnes '/dev/mapper/cl-root 34938196 6551004 28387192 19% /'
dockerd is run with the following arguments: '/usr/bin/dockerd-current --add-runtime docker-runc=/usr/libexec/docker/docker-runc-current --default-runtime=docker-runc --exec-opt native.cgroupdriver=systemd --userland-proxy-path=/usr/libexec/docker/docker-proxy-current --selinux-enabled --log-driver=journald --signature-verification=false'

Steps to reproduce:

  1. wget https://github.com/oracle/docker-images/archive/master.zip
  2. 7z x master.zip
  3. cd docker-images-master/OracleDatabase/dockerfiles/12.2.0.1/
  4. [Put 'linuxx64_12201_database.zip' here]
    Command cksum linuxx64_12201_database.zip returnes '4170261901 3453696911 linuxx64_12201_database.zip', therefore the archive is OK.
  5. add 'set -x' at the beginning of buildDockerImage.sh for verbosity
  6. cd ..
  7. ./buildDockerImage.sh -s -v 12.2.0.1 -i > build-log0.txt 2>&1

I also tried executing:
docker run -ti oraclelinux:7-slim /bin/bash
dd if=/dev/zero of=/temp-file bs=1G count=25
to check if the maximum container size is limited to 10Gb. I'm using overlay2 and it doesn't seem to have this issue.

Build-log:
build-log0.txt

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions