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: docs/en/chains/configure/authentication_for_chains.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ To push to an OCI registry, the Chains controller will look for credentials in t
27
27
28
28
#### Create a Secret based on existing credentials
29
29
30
-
If you already ran `docker login`, you can copy the credentials stored in config.json into Kubernetes.
30
+
If you already ran `podman login`, you can copy the credentials stored in config.json into Kubernetes.
31
31
32
32
:::note
33
33
Make sure that any external credentials store, such as the native keychain of the operating system, is not used to store the credentials and the config.json is of the format:
@@ -46,15 +46,15 @@ Make sure that any external credentials store, such as the native keychain of th
#### Create a Secret by providing credentials on the command line
56
56
57
-
First, you will need access to credentials for your registry (they are in a file called `credentials.json` in this example). Then, create a Docker config type Kubernetes secret:
57
+
First, you will need access to credentials for your registry (they are in a file called `credentials.json` in this example). Then, create a `kubernetes.io/dockerconfigjson` type Kubernetes secret:
Copy file name to clipboardExpand all lines: docs/en/chains/quick_start/signed_provenance.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -226,7 +226,7 @@ spec:
226
226
- name: source
227
227
description: The workspace for source code.
228
228
- name: dockerconfig
229
-
description: The workspace for Docker configuration.
229
+
description: The workspace for distribution registry configuration.
230
230
```
231
231
232
232
:::tip
@@ -251,7 +251,7 @@ In production environments, you should:
251
251
- This format is compliant with Tekton Chains, see [Tekton Chains Type Hinting](../concepts/understanding_tekton_chains.mdx#type-hinting) in above section for more details.
252
252
- `workspaces`: The workspaces for the pipeline.
253
253
- `source`: The workspace for source code.
254
-
- `dockerconfig`: The workspace for Docker configuration.
254
+
- `dockerconfig`: The workspace for distribution registry configuration.
255
255
:::
256
256
257
257
**Need to adjust the configuration**
@@ -303,7 +303,7 @@ spec:
303
303
- `taskRunTemplate`: The task run template.
304
304
- `serviceAccountName`: The service account to use for the pipeline.
305
305
- `workspaces`: The workspaces for the pipeline.
306
-
- `dockerconfig`: The workspace for Docker configuration.
306
+
- `dockerconfig`: The workspace for distribution registry configuration.
0 commit comments