-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #269 from gongomgra/bitnami-distro
[Bitnami] Add distro field
- Loading branch information
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
--------- | ||
|