Skip to content

Commit

Permalink
Update Instant Client dockerfile comments (#2863)
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Jones <[email protected]>
Co-authored-by: Gerald Venzl <[email protected]>
  • Loading branch information
cjbj and gvenzl authored Sep 16, 2024
1 parent 0a4535a commit c9272c6
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 15 deletions.
15 changes: 9 additions & 6 deletions OracleInstantClient/oraclelinux7/21/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# LICENSE UPL 1.0
#
# Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2021, 2024, Oracle and/or its affiliates. All rights reserved.
#
# Container image template for Oracle Instant Client
# Container image template for Oracle Instant Client 21
#
# This file is found at:
# https://github.com/oracle/docker-images/blob/main/OracleInstantClient/oraclelinux7/21/Dockerfile
#
# HOW TO BUILD THIS IMAGE AND RUN A CONTAINER
# --------------------------------------------
#
# Execute:
# $ docker build --pull -t oraclelinux7-instantclient:21 .
# $ docker run -ti --rm oraclelinux7-instantclient:21 sqlplus /nolog
# $ podman build --pull -t oraclelinux7-instantclient:21 .
# $ podman run -ti --rm oraclelinux7-instantclient:21 sqlplus /nolog
#
# NOTES
# -----
Expand All @@ -30,7 +33,7 @@
# cwallet.sso. You can use a Docker volume to mount the directory containing
# the files at runtime, for example:
#
# docker run -v /my/host/wallet_dir:/usr/lib/oracle/21/client64/lib/network/admin:Z,ro . . .
# podman run -v /my/host/wallet_dir:/usr/lib/oracle/21/client64/lib/network/admin:Z,ro . . .
#
# This avoids embedding private information such as wallets in images. If you
# do choose to include network configuration files in images, you can use a
Expand Down Expand Up @@ -67,7 +70,7 @@
# A prebuilt container from this Dockerfile is available from
# https://github.com/orgs/oracle/packages/container/package/oraclelinux7-instantclient
# and can be pulled with:
# docker pull ghcr.io/oracle/oraclelinux7-instantclient:21
# podman pull ghcr.io/oracle/oraclelinux7-instantclient:21

FROM oraclelinux:7-slim

Expand Down
15 changes: 9 additions & 6 deletions OracleInstantClient/oraclelinux8/21/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# LICENSE UPL 1.0
#
# Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2021, 2024, Oracle and/or its affiliates. All rights reserved.
#
# Container image template for Oracle Instant Client
# Container image template for Oracle Instant Client 21
#
# This file is found at:
# https://github.com/oracle/docker-images/blob/main/OracleInstantClient/oraclelinux8/21/Dockerfile
#
# HOW TO BUILD THIS IMAGE AND RUN A CONTAINER
# --------------------------------------------
#
# Execute:
# $ docker build --pull -t oraclelinux8-instantclient:21 .
# $ docker run -ti --rm oraclelinux8-instantclient:21 sqlplus /nolog
# $ podman build --pull -t oraclelinux8-instantclient:21 .
# $ podman run -ti --rm oraclelinux8-instantclient:21 sqlplus /nolog
#
# NOTES
# -----
Expand All @@ -30,7 +33,7 @@
# cwallet.sso. You can use a Docker volume to mount the directory containing
# the files at runtime, for example:
#
# docker run -v /my/host/wallet_dir:/usr/lib/oracle/21/client64/lib/network/admin:Z,ro . . .
# podman run -v /my/host/wallet_dir:/usr/lib/oracle/21/client64/lib/network/admin:Z,ro . . .
#
# This avoids embedding private information such as wallets in images. If you
# do choose to include network configuration files in images, you can use a
Expand Down Expand Up @@ -67,7 +70,7 @@
# A prebuilt container from this Dockerfile is available from
# https://github.com/orgs/oracle/packages/container/package/oraclelinux8-instantclient
# and can be pulled with:
# docker pull ghcr.io/oracle/oraclelinux8-instantclient:21
# podman pull ghcr.io/oracle/oraclelinux8-instantclient:21

FROM oraclelinux:8

Expand Down
5 changes: 4 additions & 1 deletion OracleInstantClient/oraclelinux8/23/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
#
# Copyright (c) 2021, 2024, Oracle and/or its affiliates. All rights reserved.
#
# Container image template for Oracle Instant Client
# Container image template for Oracle Instant Client 23
#
# This file is found at:
# https://github.com/oracle/docker-images/blob/main/OracleInstantClient/oraclelinux8/23/Dockerfile
#
# HOW TO BUILD THIS IMAGE AND RUN A CONTAINER
# --------------------------------------------
Expand Down
5 changes: 4 additions & 1 deletion OracleInstantClient/oraclelinux9/19/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
#
# Copyright (c) 2014, 2024, Oracle and/or its affiliates.
#
# Container image template for Oracle Instant Client
# Container image template for Oracle Instant Client 19
#
# This file is found at:
# https://github.com/oracle/docker-images/blob/main/OracleInstantClient/oraclelinux9/19/Dockerfile
#
# HOW TO BUILD THIS IMAGE AND RUN A CONTAINER
# --------------------------------------------
Expand Down
5 changes: 4 additions & 1 deletion OracleInstantClient/oraclelinux9/23/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
#
# Copyright (c) 2021, 2024, Oracle and/or its affiliates. All rights reserved.
#
# Container image template for Oracle Instant Client
# Container image template for Oracle Instant Client 23
#
# This file is found at:
# https://github.com/oracle/docker-images/blob/main/OracleInstantClient/oraclelinux9/23/Dockerfile
#
# HOW TO BUILD THIS IMAGE AND RUN A CONTAINER
# --------------------------------------------
Expand Down

0 comments on commit c9272c6

Please sign in to comment.