docker-images icon indicating copy to clipboard operation
docker-images copied to clipboard

Oracle DB: buildContainerImage.sh should check container architecture, not host architecture

Open cjbj opened this issue 2 years ago • 0 comments

Files like https://github.com/oracle/docker-images/blob/main/OracleDatabase/SingleInstance/dockerfiles/buildContainerImage.sh check the host arch and fail on Apple Silicon unless 19c is used. To allow builds of other versions when colima is emulating x86_64, the buildContainerImage.sh checks should probably take the architecture from docker info instead of arch

cjbj avatar Nov 24 '23 02:11 cjbj