Skip to content

Commit 29afece

Browse files
committed
Support for 11gR2 XE.
1 parent 113f5b1 commit 29afece

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

01-build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ elif [ $DB_VERSION = '12.1.0.2' ]; then
6868
cd dockerfiles/$DB_VERSION && curl --progress-bar -O file://$FILES_DIR/linuxamd64_12102_database_1of2.zip
6969
cd dockerfiles/$DB_VERSION && curl --progress-bar -O file://$FILES_DIR/linuxamd64_12102_database_2of2.zip
7070
DOCKER_FILE=Dockerfile.$DB_EDITION
71+
elif [ $DB_VERSION = '11.2.0.2' ]; then
72+
cd dockerfiles/$DB_VERSION && curl --progress-bar -O file://$FILES_DIR/oracle-xe-11.2.0-1.0.x86_64.rpm.zip
73+
DOCKER_FILE=Dockerfile.$DB_EDITION
7174
else
7275
echo "Unknown or unsupported database version and/or edition."
7376
fi

0 commit comments

Comments
 (0)