Skip to content

Commit 113a06e

Browse files
authored
Merge branch 'main' into merge/latestRACscripts
2 parents 40703d3 + 7f85595 commit 113a06e

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

OracleInstantClient/oraclelinux7/19/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LICENSE UPL 1.0
22
#
3-
# Copyright (c) 2014, 2025, Oracle and/or its affiliates.
3+
# Copyright (c) 2014, 2026, Oracle and/or its affiliates.
44
#
55
# Container image template for Oracle Instant Client 19
66
#
@@ -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.28/client64/lib/network/admin:Z,ro . . .
36+
# podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.30/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

7878
ARG release=19
79-
ARG update=28
79+
ARG update=30
8080

8181
RUN 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 && \

OracleInstantClient/oraclelinux8/19/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LICENSE UPL 1.0
22
#
3-
# Copyright (c) 2014, 2025, Oracle and/or its affiliates.
3+
# Copyright (c) 2014, 2026, Oracle and/or its affiliates.
44
#
55
# Container image template for Oracle Instant Client 19
66
#
@@ -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.28/client64/lib/network/admin:Z,ro . . .
36+
# podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.30/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=28
78+
ARG update=30
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LICENSE UPL 1.0
22
#
3-
# Copyright (c) 2014, 2025, Oracle and/or its affiliates.
3+
# Copyright (c) 2014, 2026, Oracle and/or its affiliates.
44
#
55
# Container image template for Oracle Instant Client 19
66
#
@@ -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.28/client64/lib/network/admin:Z,ro . . .
36+
# podman run -v /my/host/wallet_dir:/usr/lib/oracle/19.30/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=28
78+
ARG update=30
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)