<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Troubleshooting on</title><link>https://deploy-preview-3175--ornate-narwhal-088216.netlify.app/tags/troubleshooting/</link><description>Recent content in Troubleshooting on</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><lastBuildDate>Wed, 10 Aug 2022 11:07:52 +0200</lastBuildDate><atom:link href="https://deploy-preview-3175--ornate-narwhal-088216.netlify.app/tags/troubleshooting/index.xml" rel="self" type="application/rss+xml"/><item><title>Troubleshooting melange Builds</title><link>https://deploy-preview-3175--ornate-narwhal-088216.netlify.app/open-source/build-tools/melange/troubleshooting/</link><pubDate>Wed, 10 Aug 2022 11:07:52 +0200</pubDate><guid>https://deploy-preview-3175--ornate-narwhal-088216.netlify.app/open-source/build-tools/melange/troubleshooting/</guid><description>Debug Options To include debug-level information on melange builds, edit your melange.yaml file and include set -x in your pipeline. You can add this flag at any point of your pipeline commands to further debug a specific section of your build.
... pipeline: - name: Build Minicli application runs: | set -x APP_HOME=&amp;#34;${{targets.destdir}}/usr/share/hello-minicli&amp;#34; ... Common Errors When melange is unable to finish a build successfully, you will get an error similar to this:</description></item><item><title>Troubleshooting apko Builds</title><link>https://deploy-preview-3175--ornate-narwhal-088216.netlify.app/open-source/build-tools/apko/troubleshooting/</link><pubDate>Wed, 10 Aug 2022 11:07:52 +0200</pubDate><guid>https://deploy-preview-3175--ornate-narwhal-088216.netlify.app/open-source/build-tools/apko/troubleshooting/</guid><description>Debug Options To include debug-level information on apko builds, add --debug to your build command:
docker run --rm -v ${PWD}:/work cgr.dev/chainguard/apko build --debug \ apko.yaml hello-minicli:test hello-minicli.tar \ -k melange.rsa.pub Common Errors When the apk package manager is unable to resolve your requirements to a set of installable packages, you will get an error similar to this:
Error: failed to build layer image: initializing apk: failed to fixate apk world: exit status 1 There are two main root causes for this error, which we&amp;rsquo;ll explain in more detail in the upcoming section:</description></item></channel></rss>