Skip to content

Commit 3f2b966

Browse files
committed
Fixed 23.9 arm rpm url
1 parent bc8ddc7 commit 3f2b966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OracleDatabase/SingleInstance/dockerfiles/buildContainerImage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ if [ "$(arch)" == "aarch64" ] || [ "$(arch)" == "arm64" ]; then
182182
if [ "${VERSION}" == "19.3.0" ] && { [ "${BASE_ONLY}" -eq 1 ] || [ "${ENTERPRISE}" -eq 1 ]; }; then
183183
BUILD_OPTS=("--build-arg" "INSTALL_FILE_1=LINUX.ARM64_1919000_db_home.zip" "${BUILD_OPTS[@]}")
184184
elif { [ "${VERSION}" == "23.9.0" ] && [ "${FREE}" -eq 1 ]; }; then
185-
BUILD_OPTS=("--build-arg" "INSTALL_FILE_1=https://download.oracle.com/otn-pub/otn_software/db-free/oracle-database-free-23ai-23.9-1.el8.x86_64.rpm" "${BUILD_OPTS[@]}")
185+
BUILD_OPTS=("--build-arg" "INSTALL_FILE_1=https://download.oracle.com/otn-pub/otn_software/db-free/oracle-database-free-23ai-23.9-1.el8.aarch64.rpm" "${BUILD_OPTS[@]}")
186186
else
187187
echo "Currently only 19c enterprise edition and 23ai Free are supported on ARM64 platform.";
188188
exit 1;

0 commit comments

Comments
 (0)