Skip to content

Commit

Permalink
Bump Instant Client to 19.22
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Jones <[email protected]>
  • Loading branch information
cjbj authored and Djelibeybi committed Apr 28, 2024
1 parent 5fb7f0d commit c634d2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions OracleInstantClient/oraclelinux7/19/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.21/client64/lib/network/admin:Z,ro . . .
# podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.22/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
Expand Down Expand Up @@ -72,7 +72,7 @@
FROM oraclelinux:7-slim

ARG release=19
ARG update=21
ARG update=22

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 && \
Expand Down
4 changes: 2 additions & 2 deletions OracleInstantClient/oraclelinux8/19/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.21/client64/lib/network/admin:Z,ro . . .
# podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.22/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
Expand Down Expand Up @@ -72,7 +72,7 @@
FROM oraclelinux:8

ARG release=19
ARG update=21
ARG update=22

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 && \
Expand Down

0 comments on commit c634d2b

Please sign in to comment.