We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113f5b1 commit 29afeceCopy full SHA for 29afece
01-build.sh
@@ -68,6 +68,9 @@ elif [ $DB_VERSION = '12.1.0.2' ]; then
68
cd dockerfiles/$DB_VERSION && curl --progress-bar -O file://$FILES_DIR/linuxamd64_12102_database_1of2.zip
69
cd dockerfiles/$DB_VERSION && curl --progress-bar -O file://$FILES_DIR/linuxamd64_12102_database_2of2.zip
70
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
74
else
75
echo "Unknown or unsupported database version and/or edition."
76
fi
0 commit comments