File tree 3 files changed +10
-9
lines changed
3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
# LICENSE UPL 1.0
2
2
#
3
- # Copyright (c) 2014, 2024 , Oracle and/or its affiliates.
3
+ # Copyright (c) 2014, 2025 , Oracle and/or its affiliates.
4
4
#
5
5
# Container image template for Oracle Instant Client 19
6
6
#
33
33
# cwallet.sso. You can use a container volume to mount the directory containing
34
34
# the files at runtime, for example:
35
35
#
36
- # podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.22 /client64/lib/network/admin:Z,ro . . .
36
+ # podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.26 /client64/lib/network/admin:Z,ro . . .
37
37
#
38
38
# This avoids embedding private information such as wallets in images. If you
39
39
# do choose to include network configuration files in images, you can use a
74
74
75
75
FROM oraclelinux:7-slim
76
76
77
+
77
78
ARG release=19
78
- ARG update=25
79
+ ARG update=26
79
80
80
81
RUN yum -y install oracle-release-el7 && \
81
82
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 1
1
# LICENSE UPL 1.0
2
2
#
3
- # Copyright (c) 2014, 2024 , Oracle and/or its affiliates.
3
+ # Copyright (c) 2014, 2025 , Oracle and/or its affiliates.
4
4
#
5
5
# Container image template for Oracle Instant Client 19
6
6
#
33
33
# cwallet.sso. You can use a container volume to mount the directory containing
34
34
# the files at runtime, for example:
35
35
#
36
- # podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.22 /client64/lib/network/admin:Z,ro . . .
36
+ # podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.26 /client64/lib/network/admin:Z,ro . . .
37
37
#
38
38
# This avoids embedding private information such as wallets in images. If you
39
39
# do choose to include network configuration files in images, you can use a
75
75
FROM oraclelinux:8
76
76
77
77
ARG release=19
78
- ARG update=25
78
+ ARG update=26
79
79
80
80
RUN dnf -y install oracle-release-el8 && \
81
81
dnf -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 1
1
# LICENSE UPL 1.0
2
2
#
3
- # Copyright (c) 2014, 2024 , Oracle and/or its affiliates.
3
+ # Copyright (c) 2014, 2025 , Oracle and/or its affiliates.
4
4
#
5
5
# Container image template for Oracle Instant Client 19
6
6
#
33
33
# cwallet.sso. You can use a container volume to mount the directory containing
34
34
# the files at runtime, for example:
35
35
#
36
- # podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.19 /client64/lib/network/admin:Z,ro . . .
36
+ # podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.26 /client64/lib/network/admin:Z,ro . . .
37
37
#
38
38
# This avoids embedding private information such as wallets in images. If you
39
39
# do choose to include network configuration files in images, you can use a
75
75
FROM oraclelinux:9
76
76
77
77
ARG release=19
78
- ARG update=19
78
+ ARG update=26
79
79
80
80
RUN dnf -y install oracle-instantclient-release-el9 && \
81
81
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