docker-images
docker-images copied to clipboard
Oracle DB: buildContainerImage.sh should check container architecture, not host architecture
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