Skip to content

Commit c1717df

Browse files
committed
tidy
1 parent 8dce6d1 commit c1717df

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

hips/hip-XXXX.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ The [Container Tools][containers-tools-project] project defines an alternative s
1414

1515
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/>.
1616

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.
1919
Further HIPs will be created to expose additional functionality based on utilizing `registries.conf` and other container tools configurations.
2020

2121
[containers-tools-project]: https://github.com/containers "Container Tools project"
@@ -25,7 +25,7 @@ Further HIPs will be created to expose additional functionality based on utilizi
2525
## Motivation
2626

2727
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.
2929

3030
The [CNCF-hosted](https://www.cncf.io/projects/podman-container-tools/) Container Tools project has created several specifications for managing client OCI registry configuration.
3131
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
5050

5151
ORAS (the library Helm uses for supporting OCI functionality) has planned support for `registries.conf`, `auth.json`, etc for client OCI registry management.
5252

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.
5454

5555
## Specification
5656

0 commit comments

Comments
 (0)