Documentation

Mirroring

peryx mirror pulls each configured image's manifest and referenced blobs. A manifest list expands into its platform manifests.

[index.prefetch]
images = ["library/alpine:latest", "library/nginx:1.27"]

packages remains an accepted alias for deployments created before the ecosystem-owned config split. New config should use images.

Command-line overrides are TOML values interpreted by the OCI implementation:

peryx mirror plan root/oci --option 'images=["library/alpine:latest"]'
peryx mirror sync root/oci --option 'images=["library/alpine:latest","library/nginx:1.27"]'
peryx mirror verify root/oci --option 'images=["library/alpine:latest"]'

At least one configured or command-line image is required. Repository rewriting follows the index's [index.settings].library_prefix.