Skip to content

Commit c9272c6

Browse files
cjbjgvenzl
andauthored
Update Instant Client dockerfile comments (#2863)
Signed-off-by: Christopher Jones <[email protected]> Co-authored-by: Gerald Venzl <[email protected]>
1 parent 0a4535a commit c9272c6

File tree

5 files changed

+30
-15
lines changed

5 files changed

+30
-15
lines changed

OracleInstantClient/oraclelinux7/21/Dockerfile

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# LICENSE UPL 1.0
22
#
3-
# Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
3+
# Copyright (c) 2021, 2024, Oracle and/or its affiliates. All rights reserved.
44
#
5-
# Container image template for Oracle Instant Client
5+
# Container image template for Oracle Instant Client 21
6+
#
7+
# This file is found at:
8+
# https://github.com/oracle/docker-images/blob/main/OracleInstantClient/oraclelinux7/21/Dockerfile
69
#
710
# HOW TO BUILD THIS IMAGE AND RUN A CONTAINER
811
# --------------------------------------------
912
#
1013
# Execute:
11-
# $ docker build --pull -t oraclelinux7-instantclient:21 .
12-
# $ docker run -ti --rm oraclelinux7-instantclient:21 sqlplus /nolog
14+
# $ podman build --pull -t oraclelinux7-instantclient:21 .
15+
# $ podman run -ti --rm oraclelinux7-instantclient:21 sqlplus /nolog
1316
#
1417
# NOTES
1518
# -----
@@ -30,7 +33,7 @@
3033
# cwallet.sso. You can use a Docker volume to mount the directory containing
3134
# the files at runtime, for example:
3235
#
33-
# docker run -v /my/host/wallet_dir:/usr/lib/oracle/21/client64/lib/network/admin:Z,ro . . .
36+
# podman run -v /my/host/wallet_dir:/usr/lib/oracle/21/client64/lib/network/admin:Z,ro . . .
3437
#
3538
# This avoids embedding private information such as wallets in images. If you
3639
# do choose to include network configuration files in images, you can use a
@@ -67,7 +70,7 @@
6770
# A prebuilt container from this Dockerfile is available from
6871
# https://github.com/orgs/oracle/packages/container/package/oraclelinux7-instantclient
6972
# and can be pulled with:
70-
# docker pull ghcr.io/oracle/oraclelinux7-instantclient:21
73+
# podman pull ghcr.io/oracle/oraclelinux7-instantclient:21
7174

7275
FROM oraclelinux:7-slim
7376

OracleInstantClient/oraclelinux8/21/Dockerfile

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# LICENSE UPL 1.0
22
#
3-
# Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
3+
# Copyright (c) 2021, 2024, Oracle and/or its affiliates. All rights reserved.
44
#
5-
# Container image template for Oracle Instant Client
5+
# Container image template for Oracle Instant Client 21
6+
#
7+
# This file is found at:
8+
# https://github.com/oracle/docker-images/blob/main/OracleInstantClient/oraclelinux8/21/Dockerfile
69
#
710
# HOW TO BUILD THIS IMAGE AND RUN A CONTAINER
811
# --------------------------------------------
912
#
1013
# Execute:
11-
# $ docker build --pull -t oraclelinux8-instantclient:21 .
12-
# $ docker run -ti --rm oraclelinux8-instantclient:21 sqlplus /nolog
14+
# $ podman build --pull -t oraclelinux8-instantclient:21 .
15+
# $ podman run -ti --rm oraclelinux8-instantclient:21 sqlplus /nolog
1316
#
1417
# NOTES
1518
# -----
@@ -30,7 +33,7 @@
3033
# cwallet.sso. You can use a Docker volume to mount the directory containing
3134
# the files at runtime, for example:
3235
#
33-
# docker run -v /my/host/wallet_dir:/usr/lib/oracle/21/client64/lib/network/admin:Z,ro . . .
36+
# podman run -v /my/host/wallet_dir:/usr/lib/oracle/21/client64/lib/network/admin:Z,ro . . .
3437
#
3538
# This avoids embedding private information such as wallets in images. If you
3639
# do choose to include network configuration files in images, you can use a
@@ -67,7 +70,7 @@
6770
# A prebuilt container from this Dockerfile is available from
6871
# https://github.com/orgs/oracle/packages/container/package/oraclelinux8-instantclient
6972
# and can be pulled with:
70-
# docker pull ghcr.io/oracle/oraclelinux8-instantclient:21
73+
# podman pull ghcr.io/oracle/oraclelinux8-instantclient:21
7174

7275
FROM oraclelinux:8
7376

OracleInstantClient/oraclelinux8/23/Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
#
33
# Copyright (c) 2021, 2024, Oracle and/or its affiliates. All rights reserved.
44
#
5-
# Container image template for Oracle Instant Client
5+
# Container image template for Oracle Instant Client 23
6+
#
7+
# This file is found at:
8+
# https://github.com/oracle/docker-images/blob/main/OracleInstantClient/oraclelinux8/23/Dockerfile
69
#
710
# HOW TO BUILD THIS IMAGE AND RUN A CONTAINER
811
# --------------------------------------------

OracleInstantClient/oraclelinux9/19/Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
#
33
# Copyright (c) 2014, 2024, Oracle and/or its affiliates.
44
#
5-
# Container image template for Oracle Instant Client
5+
# Container image template for Oracle Instant Client 19
6+
#
7+
# This file is found at:
8+
# https://github.com/oracle/docker-images/blob/main/OracleInstantClient/oraclelinux9/19/Dockerfile
69
#
710
# HOW TO BUILD THIS IMAGE AND RUN A CONTAINER
811
# --------------------------------------------

OracleInstantClient/oraclelinux9/23/Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
#
33
# Copyright (c) 2021, 2024, Oracle and/or its affiliates. All rights reserved.
44
#
5-
# Container image template for Oracle Instant Client
5+
# Container image template for Oracle Instant Client 23
6+
#
7+
# This file is found at:
8+
# https://github.com/oracle/docker-images/blob/main/OracleInstantClient/oraclelinux9/23/Dockerfile
69
#
710
# HOW TO BUILD THIS IMAGE AND RUN A CONTAINER
811
# --------------------------------------------

0 commit comments

Comments
 (0)