Skip to content

Commit 56dd7da

Browse files
lint fixes
Signed-off-by: Craig <[email protected]>
1 parent 776f263 commit 56dd7da

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/manuals/dhi/how-to/mirror.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@ also mirror its associated OCI artifacts. Docker Hardened Images store the image
144144
layers on Docker Hub (`docker.io`) and the signed attestations in a separate
145145
registry (`registry.scout.docker.com`).
146146

147-
To copy both, you can use [regctl](https://regclient.org/cli/regctl/), an
147+
To copy both, you can use [`regctl`](https://regclient.org/cli/regctl/), an
148148
OCI-aware CLI that supports mirroring images along with attached artifacts such
149149
as SBOMs, vulnerability reports, and SLSA provenance. For ongoing synchronization,
150150
you can use [regsync](https://regclient.org/cli/regsync/).
151151

152-
### Example mirroring with regctl
152+
### Example mirroring with `regctl`
153153

154154
The following example shows how to mirror a specific tag of a Docker Hardened
155155
Image from Docker Hub to another registry, along with its associated
@@ -207,7 +207,7 @@ attestations using `regctl`. You must [install
207207

208208
5. Verify that artifacts were preserved.
209209

210-
List attached artifacts (SBOM, provenance, VEX, vuln reports).
210+
List attached artifacts (SBOM, provenance, VEX, vulnerability reports).
211211

212212
```console
213213
$ regctl artifact list "${DEST_REG}/${DEST_REPO}@${DIGEST}"
@@ -219,14 +219,14 @@ attestations using `regctl`. You must [install
219219
$ docker scout attest list "registry://${DEST_REG}/${DEST_REPO}@${DIGEST}"
220220
```
221221

222-
### Example ongoing mirroring with regsync
222+
### Example ongoing mirroring with `regsync`
223223

224-
regsync automates pulling from your organizations mirrored DHI repositories on
224+
`regsync` automates pulling from your organizations mirrored DHI repositories on
225225
Docker Hub and pushing to your external registry including attestations. It
226226
reads a YAML configuration file and can filter tags.
227227

228-
The following example uses a `regsync.yaml` file that syncs Node 24.* and Python
229-
3.12.* Debian 13 variants, excluding Alpine and Debian 12.
228+
The following example uses a `regsync.yaml` file that syncs Node 24 and Python
229+
3.12 Debian 13 variants, excluding Alpine and Debian 12.
230230

231231
```yaml{title="regsync.yaml"}
232232
version: 1

0 commit comments

Comments
 (0)