https://github.com/3scale/system-oracle
System image build with Oracle Database support
https://github.com/3scale/system-oracle
Last synced: 5 months ago
JSON representation
System image build with Oracle Database support
- Host: GitHub
- URL: https://github.com/3scale/system-oracle
- Owner: 3scale
- Created: 2023-01-17T13:47:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-15T12:55:24.000Z (6 months ago)
- Last Synced: 2025-12-18T14:56:45.122Z (6 months ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# System image build with Oracle Database support
## Prerequisites
In order to work with Oracle Database for Red Hat 3scale API Management, you will need to create a custom image as Red Hat cannot distribute the binaries of Oracle Database client.
You must download the client (basic-lite or basic), the ODBC driver and the SDK with version **19.18** in [Oracle Instant Client Downloads for Linux x86-64 (64-bit)
](https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads.html). If the files are not present in `oracle-client-files`, they will be downloaded during the build process.
* Instant Client Package - Basic or Basic Lite
* Instant Client Package - SDK
* Instant Client Package - ODBC driver
Example:
* [instantclient-basiclite-linux.x64-19.18.0.0.0dbru.zip](https://download.oracle.com/otn_software/linux/instantclient/1918000/instantclient-basiclite-linux.x64-19.18.0.0.0dbru.zip) or [instantclient-basic-linux.x64-19.18.0.0.0dbru.zip](https://download.oracle.com/otn_software/linux/instantclient/1918000/instantclient-basic-linux.x64-19.18.0.0.0dbru.zip)
* [instantclient-sdk-linux.x64-19.18.0.0.0dbru.zip](https://download.oracle.com/otn_software/linux/instantclient/1918000/instantclient-sdk-linux.x64-19.18.0.0.0dbru.zip)
* [instantclient-odbc-linux.x64-19.18.0.0.0dbru.zip]( https://download.oracle.com/otn_software/linux/instantclient/1918000/instantclient-odbc-linux.x64-19.18.0.0.0dbru.zip)
## Instructions
1 - Place the downloaded files in the `oracle-client-files` directory.
2 - Build the custom system Oracle-based image. The image tag must be a fixed image tag as in the following example:
```
$ podman build . --tag myregistry.example.com/system-oracle:2.15.0-1
```