File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
# cwallet.sso. You can use a container volume to mount the directory containing
31
31
# the files at runtime, for example:
32
32
#
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 . . .
34
34
#
35
35
# This avoids embedding private information such as wallets in images. If you
36
36
# do choose to include network configuration files in images, you can use a
72
72
FROM oraclelinux:7-slim
73
73
74
74
ARG release=19
75
- ARG update=21
75
+ ARG update=22
76
76
77
77
RUN yum -y install oracle-release-el7 && \
78
78
yum -y install oracle-instantclient${release}.${update}-basic oracle-instantclient${release}.${update}-devel oracle-instantclient${release}.${update}-sqlplus && \
Original file line number Diff line number Diff line change 30
30
# cwallet.sso. You can use a container volume to mount the directory containing
31
31
# the files at runtime, for example:
32
32
#
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 . . .
34
34
#
35
35
# This avoids embedding private information such as wallets in images. If you
36
36
# do choose to include network configuration files in images, you can use a
72
72
FROM oraclelinux:8
73
73
74
74
ARG release=19
75
- ARG update=21
75
+ ARG update=22
76
76
77
77
RUN dnf -y install oracle-release-el8 && \
78
78
dnf -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