Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Cannot find relevant files for building images

Tom AvsFeb 10 2025

I'm trying to build OracleDB SingleInstance docker image v12.2.0.1 using the official Oracle docker files repository:

https://github.com/oracle/docker-images/tree/main/OracleDatabase/SingleInstance

In the readme they mentioned:

IMPORTANT: You will have to provide the installation binaries of Oracle Database (except for Oracle Database 18c XE, 21c XE and 23ai Free) and put them into the dockerfiles/<version> folder. You only need to provide the binaries for the edition you are going to install. The binaries can be downloaded from the Oracle Technology Network, make sure you use the linux link: Linux x86-64. The needed file is named linuxx64_<version>_database.zip.

The problem is that I cannot find the file linuxx64_12201_database.zip, which is required for image building, anywhere in the provided link or on the Oracle downloads website.

What can I do to build the image

Comments
Post Details
Added on Feb 10 2025
1 comment
215 views