|
1 | 1 | # LICENSE UPL 1.0
|
2 | 2 | #
|
3 |
| -# Copyright (c) 2014, 2023, Oracle and/or its affiliates. |
| 3 | +# Copyright (c) 2014, 2024, Oracle and/or its affiliates. |
4 | 4 | #
|
5 |
| -# Container image template for Oracle Instant Client |
| 5 | +# Container image template for Oracle Instant Client 19 |
| 6 | +# |
| 7 | +# This file is found at: |
| 8 | +# https://github.com/oracle/docker-images/blob/main/OracleInstantClient/oraclelinux7/19/Dockerfile |
6 | 9 | #
|
7 | 10 | # HOW TO BUILD THIS IMAGE AND RUN A CONTAINER
|
8 | 11 | # --------------------------------------------
|
|
49 | 52 | # Also see https://yum.oracle.com/oracle-instant-client.html
|
50 | 53 | #
|
51 | 54 | # Base - one of these packages is required to run applications and tools
|
52 |
| -# oracle-instantclientXX.Y-basic : Basic Package - All files required to run OCI, OCCI, and JDBC-OCI applications |
53 |
| -# oracle-instantclientXX.Y-basiclite : Basic Light Package - Smaller version of the Basic package, with only English error messages and Unicode, ASCII, and Western European character set support |
| 55 | +# oracle-instantclient19.X-basic : Basic Package - All files required to run OCI, OCCI, and JDBC-OCI applications |
| 56 | +# oracle-instantclient19.X-basiclite : Basic Light Package - Smaller version of the Basic package, with only English error messages and Unicode, ASCII, and Western European character set support |
54 | 57 | #
|
55 | 58 | # Tools - optional packages (requires the 'basic' package)
|
56 |
| -# oracle-instantclientXX.Y-sqlplus : SQL*Plus Package - The SQL*Plus command line tool for SQL and PL/SQL queries |
57 |
| -# oracle-instantclientXX.Y-tools : Tools Package - Includes Data Pump, SQL*Loader and Workload Replay Client |
| 59 | +# oracle-instantclient19.X-sqlplus : SQL*Plus Package - The SQL*Plus command line tool for SQL and PL/SQL queries |
| 60 | +# oracle-instantclient19.X-tools : Tools Package - Includes Data Pump, SQL*Loader and Workload Replay Client |
58 | 61 | #
|
59 | 62 | # Development and Runtime - optional packages (requires the 'basic' package)
|
60 |
| -# oracle-instantclientXX.Y-devel : SDK Package - Additional header files and an example makefile for developing Oracle applications with Instant Client |
61 |
| -# oracle-instantclientXX.Y-jdbc : JDBC Supplement Package - Additional support for Internationalization under JDBC |
62 |
| -# oracle-instantclientXX.Y-odbc : ODBC Package - Additional libraries for enabling ODBC applications |
| 63 | +# oracle-instantclient19.X-devel : SDK Package - Additional header files and an example makefile for developing Oracle applications with Instant Client |
| 64 | +# oracle-instantclient19.X-jdbc : JDBC Supplement Package - Additional support for Internationalization under JDBC |
| 65 | +# oracle-instantclient19.X-odbc : ODBC Package - Additional libraries for enabling ODBC applications |
63 | 66 | #
|
64 | 67 | # PREBUILT CONTAINER
|
65 | 68 | # ------------------
|
|
72 | 75 | FROM oraclelinux:7-slim
|
73 | 76 |
|
74 | 77 | ARG release=19
|
75 |
| -ARG update=22 |
| 78 | +ARG update=23 |
76 | 79 |
|
77 | 80 | RUN yum -y install oracle-release-el7 && \
|
78 | 81 | yum -y install oracle-instantclient${release}.${update}-basic oracle-instantclient${release}.${update}-devel oracle-instantclient${release}.${update}-sqlplus && \
|
|
0 commit comments