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
If I define a local repo in my melange file, it successfully uses packages from there, but prints this misleading error:
2024/10/21 15:28:22 ERRO request failed error="Get \"@local%20./packages/apk-configuration\": unsupported protocol scheme \"\"" method=GET url=@local%20./packages/apk-configuration 2024/10/21 15:28:22 WARN ignoring missing keys for @local ./packages: failed to perform key discovery: Get "@local%20./packages/apk-configuration": GET @local%20./packages/apk-configuration giving up after 1 attempt(s): Get "@local%20./packages/apk-configuration": unsupported protocol scheme ""
The section of the yaml file:
environment: contents: keyring: - https://packages.wolfi.dev/os/wolfi-signing.rsa.pub repositories: - https://packages.wolfi.dev/os - '@local ./packages'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I define a local repo in my melange file, it successfully uses packages from there, but prints this misleading error:
The section of the yaml file:
The text was updated successfully, but these errors were encountered: