File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
OracleInstantClient/oraclelinux7/19 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
@@ -76,7 +76,7 @@ FROM oraclelinux:7-slim
7676
7777
7878ARG release=19
79- ARG update=26
79+ ARG update=28
8080
8181RUN yum -y install oracle-release-el7 && \
8282 yum -y install oracle-instantclient${release}.${update}-basic oracle-instantclient${release}.${update}-devel oracle-instantclient${release}.${update}-sqlplus && \
You can’t perform that action at this time.
0 commit comments