You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hips/hip-XXXX.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ The [Container Tools][containers-tools-project] project defines an alternative s
14
14
15
15
Pertainently including [registries.conf][registries-conf], [auth.json][auth-json], as well as the other specifications in <https://github.com/containers/container-libs/blob/main/image/docs/>.
16
16
17
-
This HIP focuses on the initial implementation using ORAS to supports Container Tools OCI registry mamagement to supersede `docker/config.json` within Helm.
18
-
Today, `auth.json` provides the equivalent functionality to `docker/config.json` for storing OCI registry credentials.
17
+
This HIP focuses on the initial implementation using ORAS to supports Container Tools OCI registry mamagement to supersede `.docker/config.json` within Helm.
18
+
Today, `auth.json` provides the equivalent functionality to `.docker/config.json` for storing OCI registry credentials.
19
19
Further HIPs will be created to expose additional functionality based on utilizing `registries.conf` and other container tools configurations.
@@ -25,7 +25,7 @@ Further HIPs will be created to expose additional functionality based on utilizi
25
25
## Motivation
26
26
27
27
Helm currently uses Docker's `.docker/config.json` file to store client OCI registry configuration today.
28
-
The functionality of the `.docker/config.json` file is limited to mapping a registry domain to authentication credentials only.
28
+
The functionality of the `.docker/config.json` file is limited to mapping a registry domain to authentication credentials only.
29
29
30
30
The [CNCF-hosted](https://www.cncf.io/projects/podman-container-tools/) Container Tools project has created several specifications for managing client OCI registry configuration.
31
31
These include `registries.conf`, `auth.json`, `policy.json`, etc
@@ -50,7 +50,7 @@ The container tools project specifications were picked as being a format intende
50
50
51
51
ORAS (the library Helm uses for supporting OCI functionality) has planned support for `registries.conf`, `auth.json`, etc for client OCI registry management.
52
52
53
-
Helm will fall back or prefer to `docker/config.json` for registry authentication (see below for options) to ensure existing user workflows remain functional.
53
+
Helm will fall back or prefer to `.docker/config.json` for registry authentication (see below for options) to ensure existing user workflows remain functional.
0 commit comments