Skip to content

Commit 16622b6

Browse files
Christopher JonesDjelibeybi
authored andcommitted
Update Instant Client 19 to 19.28
Signed-off-by: Christopher Jones <[email protected]>
1 parent 452b931 commit 16622b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

OracleInstantClient/oraclelinux8/19/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# cwallet.sso. You can use a container volume to mount the directory containing
3434
# the files at runtime, for example:
3535
#
36-
# podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.26/client64/lib/network/admin:Z,ro . . .
36+
# podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.28/client64/lib/network/admin:Z,ro . . .
3737
#
3838
# This avoids embedding private information such as wallets in images. If you
3939
# do choose to include network configuration files in images, you can use a
@@ -75,7 +75,7 @@
7575
FROM oraclelinux:8
7676

7777
ARG release=19
78-
ARG update=26
78+
ARG update=28
7979

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

OracleInstantClient/oraclelinux9/19/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# cwallet.sso. You can use a container volume to mount the directory containing
3434
# the files at runtime, for example:
3535
#
36-
# podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.26/client64/lib/network/admin:Z,ro . . .
36+
# podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.28/client64/lib/network/admin:Z,ro . . .
3737
#
3838
# This avoids embedding private information such as wallets in images. If you
3939
# do choose to include network configuration files in images, you can use a
@@ -75,7 +75,7 @@
7575
FROM oraclelinux:9
7676

7777
ARG release=19
78-
ARG update=26
78+
ARG update=28
7979

8080
RUN dnf -y install oracle-instantclient-release-el9 && \
8181
dnf -y install oracle-instantclient${release}.${update}-basic oracle-instantclient${release}.${update}-devel oracle-instantclient${release}.${update}-sqlplus && \

0 commit comments

Comments
 (0)