Open styledigger opened 1 year ago
While waiting on the Dockerfile & scripts to be updated for ORDS 22.1.0+, can the README.md be updated ( perhaps in the Known Issues section ) that the scripts in the repo are only valid for ORDS 21.4.3 and earlier?
Dockerfile for building ords image (https://github.com/oracle/docker-images/blob/main/OracleRestDataServices/dockerfiles/Dockerfile) contains following command on line# 65:
java -jar $ORDS_HOME/ords.war configdir $ORDS_HOME/config && \
When building image with ords-22.4.3.033.1239.zip in current folder using
line 65 in Dockerfile produces following messages on standard output (It looks like ords 22.4.3 does not support the "configdir" command.):