Skip to content

Commit

Permalink
Merge pull request #1053 from ramiyengar/patch-1
Browse files Browse the repository at this point in the history
Update building-a-wolfi-package.md to fix broken link to php
  • Loading branch information
erikaheidi authored Oct 10, 2023
2 parents 7ac2202 + 5b4c1b1 commit 4b2f62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/open-source/wolfi/building-a-wolfi-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Thanks to a fine-tuned maintenance process combining top-notch automation and es

That being said, it's important to note that Wolfi is rather new; it just recently crossed the mark of 1,000 packages in the Wolfi OS repository. That means some packages that you would find in a more established distro won't be available yet in Wolfi. In this article, we'll cover the whole process involved in building a new Wolfi package, or how a Wolfi package comes to be.

> Note: Many of the examples shown in this article are based on the [Wolfi PHP package](https://github.com/wolfi-dev/os/blob/main/php.yaml), which is a slightly complex build that generates several subpackages from a single melange YAML file. You can keep that link open in a separate tab to use as reference as you go through this guide.
> Note: Many of the examples shown in this article are based on the [Wolfi PHP package](https://github.com/wolfi-dev/os/blob/main/php-8.2.yaml), which is a slightly complex build that generates several subpackages from a single melange YAML file. You can keep that link open in a separate tab to use as reference as you go through this guide.
## How Does it Compile?
The first step in building a new Wolfi package is finding official documentation with guidance on how to build the package from source. All Wolfi packages need to be built from source in order to assure provenance and authenticity of package contents.

Expand Down

0 comments on commit 4b2f62d

Please sign in to comment.