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

RAC image creation calculation time syntax error #2656

Closed bersler closed 10 months ago

bersler commented 1 year ago

Running script:

cd OracleDatabase/RAC/OracleRealApplicationClusters/dockerfiles ./buildContainerImage.sh -v 19.3.0

prints error message: ./buildContainerImage.sh: line 155: 1688388336: command not found

Line 155 should be instead: BUILD_ELAPSED=$(( "$BUILD_END" - "$BUILD_START" ))