Skip to content

Commit

Permalink
Merge pull request #269 from gongomgra/bitnami-distro
Browse files Browse the repository at this point in the history
[Bitnami] Add distro field
  • Loading branch information
stevespringett authored Jan 3, 2024
2 parents f729aec + 9cfc34e commit 5b15089
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions PURL-TYPES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
pkg:bitnami/[email protected]?arch=arm64
pkg:bitnami/wordpress?distro=debian-12
pkg:bitnami/[email protected]?distro=debian-12
pkg:bitnami/[email protected]?arch=arm64&distro=debian-12
pkg:bitnami/[email protected]?arch=arm64&distro=photon-4

cocoapods
---------
Expand Down

0 comments on commit 5b15089

Please sign in to comment.