Skip to content

Commit d8bb0e8

Browse files
cjbjDjelibeybi
authored andcommitted
Update for Instant Client 19.23
Signed-off-by: Christopher Jones <[email protected]>
1 parent 9fa9cef commit d8bb0e8

File tree

2 files changed

+26
-20
lines changed

2 files changed

+26
-20
lines changed

OracleInstantClient/oraclelinux7/19/Dockerfile

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# LICENSE UPL 1.0
22
#
3-
# Copyright (c) 2014, 2023, Oracle and/or its affiliates.
3+
# Copyright (c) 2014, 2024, Oracle and/or its affiliates.
44
#
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
69
#
710
# HOW TO BUILD THIS IMAGE AND RUN A CONTAINER
811
# --------------------------------------------
@@ -49,17 +52,17 @@
4952
# Also see https://yum.oracle.com/oracle-instant-client.html
5053
#
5154
# 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
5457
#
5558
# 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
5861
#
5962
# 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
6366
#
6467
# PREBUILT CONTAINER
6568
# ------------------
@@ -72,7 +75,7 @@
7275
FROM oraclelinux:7-slim
7376

7477
ARG release=19
75-
ARG update=22
78+
ARG update=23
7679

7780
RUN yum -y install oracle-release-el7 && \
7881
yum -y install oracle-instantclient${release}.${update}-basic oracle-instantclient${release}.${update}-devel oracle-instantclient${release}.${update}-sqlplus && \

OracleInstantClient/oraclelinux8/19/Dockerfile

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# LICENSE UPL 1.0
22
#
3-
# Copyright (c) 2014, 2023, Oracle and/or its affiliates.
3+
# Copyright (c) 2014, 2024, Oracle and/or its affiliates.
44
#
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/oraclelinux8/19/Dockerfile
69
#
710
# HOW TO BUILD THIS IMAGE AND RUN A CONTAINER
811
# --------------------------------------------
@@ -49,17 +52,17 @@
4952
# Also see https://yum.oracle.com/oracle-instant-client.html
5053
#
5154
# 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
5457
#
5558
# 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
5861
#
5962
# 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
6366
#
6467
# PREBUILT CONTAINER
6568
# ------------------
@@ -72,7 +75,7 @@
7275
FROM oraclelinux:8
7376

7477
ARG release=19
75-
ARG update=22
78+
ARG update=23
7679

7780
RUN dnf -y install oracle-release-el8 && \
7881
dnf -y install oracle-instantclient${release}.${update}-basic oracle-instantclient${release}.${update}-devel oracle-instantclient${release}.${update}-sqlplus && \

0 commit comments

Comments
 (0)