diff --git a/PURL-TYPES.rst b/PURL-TYPES.rst index 1ace3bd..10700ac 100644 --- a/PURL-TYPES.rst +++ b/PURL-TYPES.rst @@ -79,13 +79,15 @@ bitnami - The default repository is ``https://downloads.bitnami.com/files/stacksmith``. - The ``name`` is the component name. It must be lowercased. -- The ``version`` is the full Bitnami package version, including version, revision and architecture. +- The ``version`` is the full Bitnami package version, including version and revision. - The ``arch`` is the qualifiers key for a package architecture. Available values: ``amd64`` (default) and ``arm64``. +- The ``distro`` is the qualifiers key for the distribution associated to the package. - Examples:: - pkg:bitnami/wordpress - pkg:bitnami/wordpress@6.2.0 - pkg:bitnami/wordpress@6.2.0?arch=arm64 + pkg:bitnami/wordpress?distro=debian-12 + pkg:bitnami/wordpress@6.2.0?distro=debian-12 + pkg:bitnami/wordpress@6.2.0?arch=arm64&distro=debian-12 + pkg:bitnami/wordpress@6.2.0?arch=arm64&distro=photon-4 cocoapods ---------