oracle / docker-images

Official source of container configurations, images, and examples for Oracle products and projects
https://developer.oracle.com/use-cases/#containers
Universal Permissive License v1.0
6.51k stars 5.41k forks source link

Fixed condition check for edition in runOracle.sh for arm64 platforms #2668

Closed aditya059 closed 1 year ago

aditya059 commented 1 year ago

Fixed condition check for edition in runOracle.sh on arm64 platforms. ORACLE_EDITION is optional parameter for podman run. So if we don't pass it then also podman run command should not fail/exit.