From 2c48a35881cb4184a71b0e0cdfe8367952ac92db Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 31 Oct 2023 08:46:21 +1100 Subject: [PATCH] Bump Instant Client to 19.20 Signed-off-by: Christopher Jones --- OracleInstantClient/oraclelinux7/19/Dockerfile | 4 ++-- OracleInstantClient/oraclelinux8/19/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/OracleInstantClient/oraclelinux7/19/Dockerfile b/OracleInstantClient/oraclelinux7/19/Dockerfile index 2b3f3fc778..7bbc70d115 100644 --- a/OracleInstantClient/oraclelinux7/19/Dockerfile +++ b/OracleInstantClient/oraclelinux7/19/Dockerfile @@ -30,7 +30,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.18/client64/lib/network/admin:Z,ro . . . +# podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.20/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 @@ -72,7 +72,7 @@ FROM oraclelinux:7-slim ARG release=19 -ARG update=18 +ARG update=20 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 && \ diff --git a/OracleInstantClient/oraclelinux8/19/Dockerfile b/OracleInstantClient/oraclelinux8/19/Dockerfile index 3838862a4a..36638e3b16 100755 --- a/OracleInstantClient/oraclelinux8/19/Dockerfile +++ b/OracleInstantClient/oraclelinux8/19/Dockerfile @@ -30,7 +30,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.18/client64/lib/network/admin:Z,ro . . . +# podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.20/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 @@ -72,7 +72,7 @@ FROM oraclelinux:8 ARG release=19 -ARG update=18 +ARG update=20 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 && \