@@ -144,12 +144,12 @@ also mirror its associated OCI artifacts. Docker Hardened Images store the image
144144layers on Docker Hub (` docker.io ` ) and the signed attestations in a separate
145145registry (` 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
148148OCI-aware CLI that supports mirroring images along with attached artifacts such
149149as SBOMs, vulnerability reports, and SLSA provenance. For ongoing synchronization,
150150you can use [ regsync] ( https://regclient.org/cli/regsync/ ) .
151151
152- ### Example mirroring with regctl
152+ ### Example mirroring with ` regctl `
153153
154154The following example shows how to mirror a specific tag of a Docker Hardened
155155Image from Docker Hub to another registry, along with its associated
@@ -207,7 +207,7 @@ attestations using `regctl`. You must [install
207207
2082085 . 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
225225Docker Hub and pushing to your external registry including attestations. It
226226reads 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"}
232232version: 1
0 commit comments