We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug https://edu.chainguard.dev/open-source/build-tools/melange/getting-started-with-melange/ step 4 fails to build the apk - because the provided melange.yaml in step 3 expects php81 to be available in alpine edge main or community repositories. But php81 is only available in testing.
To Reproduce Steps to reproduce the behavior:
Expected behavior Step 4 is expected to build an apk and not error out
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context By changing the melange.yaml to add repository https://dl-cdn.alpinelinux.org/alpine/edge/testing I was able to build the apk.
The text was updated successfully, but these errors were encountered:
Update getting-started-with-melange.md to add php81 from alpine edge …
6bb55a0
…testing repo Fix for chainguard-dev#1615 Change is to add testing repo - in addition to main and community Signed-off-by: jitto <[email protected]>
ltagliaferri
No branches or pull requests
Describe the bug
https://edu.chainguard.dev/open-source/build-tools/melange/getting-started-with-melange/ step 4 fails to build the apk - because the provided melange.yaml in step 3 expects php81 to be available in alpine edge main or community repositories. But php81 is only available in testing.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Step 4 is expected to build an apk and not error out
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
By changing the melange.yaml to add repository https://dl-cdn.alpinelinux.org/alpine/edge/testing I was able to build the apk.
The text was updated successfully, but these errors were encountered: