Skip to content

Commit c634d2b

Browse files
cjbjDjelibeybi
authored andcommitted
Bump Instant Client to 19.22
Signed-off-by: Christopher Jones <[email protected]>
1 parent 5fb7f0d commit c634d2b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

OracleInstantClient/oraclelinux7/19/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# cwallet.sso. You can use a container volume to mount the directory containing
3131
# the files at runtime, for example:
3232
#
33-
# podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.21/client64/lib/network/admin:Z,ro . . .
33+
# podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.22/client64/lib/network/admin:Z,ro . . .
3434
#
3535
# This avoids embedding private information such as wallets in images. If you
3636
# do choose to include network configuration files in images, you can use a
@@ -72,7 +72,7 @@
7272
FROM oraclelinux:7-slim
7373

7474
ARG release=19
75-
ARG update=21
75+
ARG update=22
7676

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

OracleInstantClient/oraclelinux8/19/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# cwallet.sso. You can use a container volume to mount the directory containing
3131
# the files at runtime, for example:
3232
#
33-
# podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.21/client64/lib/network/admin:Z,ro . . .
33+
# podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.22/client64/lib/network/admin:Z,ro . . .
3434
#
3535
# This avoids embedding private information such as wallets in images. If you
3636
# do choose to include network configuration files in images, you can use a
@@ -72,7 +72,7 @@
7272
FROM oraclelinux:8
7373

7474
ARG release=19
75-
ARG update=21
75+
ARG update=22
7676

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

0 commit comments

Comments
 (0)