From 58790a0e895a388a7b46812b0db33d37dd597bf8 Mon Sep 17 00:00:00 2001 From: Sharad Chandran R Date: Mon, 18 May 2026 14:40:11 +0530 Subject: [PATCH 1/3] Update Oracle Instant Client version to 19.30 --- OracleInstantClient/oraclelinux7/19/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OracleInstantClient/oraclelinux7/19/Dockerfile b/OracleInstantClient/oraclelinux7/19/Dockerfile index 89902d250f..b8bbcada72 100644 --- a/OracleInstantClient/oraclelinux7/19/Dockerfile +++ b/OracleInstantClient/oraclelinux7/19/Dockerfile @@ -1,6 +1,6 @@ # LICENSE UPL 1.0 # -# Copyright (c) 2014, 2025, Oracle and/or its affiliates. +# Copyright (c) 2014, 2026, Oracle and/or its affiliates. # # Container image template for Oracle Instant Client 19 # @@ -33,7 +33,7 @@ # cwallet.sso. You can use a container volume to mount the directory containing # the files at runtime, for example: # -# podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.28/client64/lib/network/admin:Z,ro . . . +# podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.30/client64/lib/network/admin:Z,ro . . . # # This avoids embedding private information such as wallets in images. If you # do choose to include network configuration files in images, you can use a @@ -76,7 +76,7 @@ FROM oraclelinux:7-slim ARG release=19 -ARG update=28 +ARG update=30 RUN yum -y install oracle-release-el7 && \ yum -y install oracle-instantclient${release}.${update}-basic oracle-instantclient${release}.${update}-devel oracle-instantclient${release}.${update}-sqlplus && \ From 34f1bb3a1cb75f1e389b2fa4d5dfaa9ce9f33616 Mon Sep 17 00:00:00 2001 From: Sharad Chandran R Date: Mon, 18 May 2026 14:42:48 +0530 Subject: [PATCH 2/3] Update Oracle Instant Client version to 19.30 for OL8 --- OracleInstantClient/oraclelinux8/19/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OracleInstantClient/oraclelinux8/19/Dockerfile b/OracleInstantClient/oraclelinux8/19/Dockerfile index 702853139e..f723d2be6e 100755 --- a/OracleInstantClient/oraclelinux8/19/Dockerfile +++ b/OracleInstantClient/oraclelinux8/19/Dockerfile @@ -1,6 +1,6 @@ # LICENSE UPL 1.0 # -# Copyright (c) 2014, 2025, Oracle and/or its affiliates. +# Copyright (c) 2014, 2026, Oracle and/or its affiliates. # # Container image template for Oracle Instant Client 19 # @@ -33,7 +33,7 @@ # cwallet.sso. You can use a container volume to mount the directory containing # the files at runtime, for example: # -# podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.28/client64/lib/network/admin:Z,ro . . . +# podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.30/client64/lib/network/admin:Z,ro . . . # # This avoids embedding private information such as wallets in images. If you # do choose to include network configuration files in images, you can use a @@ -75,7 +75,7 @@ FROM oraclelinux:8 ARG release=19 -ARG update=28 +ARG update=30 RUN dnf -y install oracle-release-el8 && \ dnf -y install oracle-instantclient${release}.${update}-basic oracle-instantclient${release}.${update}-devel oracle-instantclient${release}.${update}-sqlplus && \ From 541764a4a32964fc95473e6d4ce8c71a3a73cb94 Mon Sep 17 00:00:00 2001 From: Sharad Chandran R Date: Mon, 18 May 2026 14:44:33 +0530 Subject: [PATCH 3/3] Update Oracle Instant Client version to 19.30 for OL9 --- OracleInstantClient/oraclelinux9/19/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OracleInstantClient/oraclelinux9/19/Dockerfile b/OracleInstantClient/oraclelinux9/19/Dockerfile index d1336ee8dd..f1dfd57497 100755 --- a/OracleInstantClient/oraclelinux9/19/Dockerfile +++ b/OracleInstantClient/oraclelinux9/19/Dockerfile @@ -1,6 +1,6 @@ # LICENSE UPL 1.0 # -# Copyright (c) 2014, 2025, Oracle and/or its affiliates. +# Copyright (c) 2014, 2026, Oracle and/or its affiliates. # # Container image template for Oracle Instant Client 19 # @@ -33,7 +33,7 @@ # cwallet.sso. You can use a container volume to mount the directory containing # the files at runtime, for example: # -# podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.28/client64/lib/network/admin:Z,ro . . . +# podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.30/client64/lib/network/admin:Z,ro . . . # # This avoids embedding private information such as wallets in images. If you # do choose to include network configuration files in images, you can use a @@ -75,7 +75,7 @@ FROM oraclelinux:9 ARG release=19 -ARG update=28 +ARG update=30 RUN dnf -y install oracle-instantclient-release-el9 && \ dnf -y install oracle-instantclient${release}.${update}-basic oracle-instantclient${release}.${update}-devel oracle-instantclient${release}.${update}-sqlplus && \