|
1 | 1 | # LICENSE UPL 1.0
|
2 | 2 | #
|
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. |
4 | 4 | #
|
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 |
6 | 9 | #
|
7 | 10 | # HOW TO BUILD THIS IMAGE AND RUN A CONTAINER
|
8 | 11 | # --------------------------------------------
|
9 | 12 | #
|
10 | 13 | # 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 |
13 | 16 | #
|
14 | 17 | # NOTES
|
15 | 18 | # -----
|
|
30 | 33 | # cwallet.sso. You can use a Docker volume to mount the directory containing
|
31 | 34 | # the files at runtime, for example:
|
32 | 35 | #
|
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 . . . |
34 | 37 | #
|
35 | 38 | # This avoids embedding private information such as wallets in images. If you
|
36 | 39 | # do choose to include network configuration files in images, you can use a
|
|
67 | 70 | # A prebuilt container from this Dockerfile is available from
|
68 | 71 | # https://github.com/orgs/oracle/packages/container/package/oraclelinux7-instantclient
|
69 | 72 | # and can be pulled with:
|
70 |
| -# docker pull ghcr.io/oracle/oraclelinux7-instantclient:21 |
| 73 | +# podman pull ghcr.io/oracle/oraclelinux7-instantclient:21 |
71 | 74 |
|
72 | 75 | FROM oraclelinux:7-slim
|
73 | 76 |
|
|
0 commit comments