> uname -r 4.14.35-2047.508.3.1.el7uek.x86_64 > cat /etc/os-release NAME="Oracle Linux Server" VERSION="7.8" ID="ol" ID_LIKE="fedora" VARIANT="Server" VARIANT_ID="server" VERSION_ID="7.8" PRETTY_NAME="Oracle Linux Server 7.8" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:oracle:linux:7:8:server" HOME_URL="https://linux.oracle.com/" BUG_REPORT_URL="https://bugzilla.oracle.com/" ORACLE_BUGZILLA_PRODUCT="Oracle Linux 7" ORACLE_BUGZILLA_PRODUCT_VERSION=7.8 ORACLE_SUPPORT_PRODUCT="Oracle Linux" ORACLE_SUPPORT_PRODUCT_VERSION=7.8 Below Issues observed with run_macaron.sh ``` ./run_macaron.sh: line 512: entrypoint[*]: unbound variable docker run --pull always --network=host --rm -i -t -e USER_UID=546674 -e USER_GID=8500 -e http_proxy -e https_proxy -e ftp_proxy -e no_proxy -e HTTP_PROXY -e HTTPS_PROXY -e FTP_PROXY -e NO_PROXY -e MAVEN_OPTS -e GRADLE_OPTS '-e PYTHONWARNINGS=ignore' -v /scratch/user/macaron/.macaron_env_file:/home/macaron/.macaron_env_file:rw,Z -v /scratch/user/macaron/output:/home/macaron/output:rw,Z -v /scratch/user/macaron/output/.m2:/home/macaron/.m2:rw,Z -v /scratch/user/macaron/output/.gradle:/home/macaron/.gradle:rw,Z ghcr.io/oracle/macaron:latest macaron --help '' unknown flag: --pull See 'docker run --help' ```