<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Docker on Ulis Notes</title>
    <link>https://wolf-u.li/en/tag/docker/</link>
    <description>Recent content in Docker on Ulis Notes</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Copyright 2006-CURRENTYEAR Uli Wolf - All rights reserved</copyright>
    <lastBuildDate>Mon, 12 Aug 2024 21:51:04 +1200</lastBuildDate>
    <atom:link href="https://wolf-u.li/en/tag/docker/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Docker: failed to get stream processor for application/vnd.in-toto&#43;json</title>
      
      
      <link>https://wolf-u.li/docker-failed-to-get-stream-processor-for-application-vnd-in-toto-json/</link>
      <pubDate>Mon, 12 Aug 2024 21:51:04 +1200</pubDate>
      <guid>https://wolf-u.li/docker-failed-to-get-stream-processor-for-application-vnd-in-toto-json/</guid>
      <description>&lt;p&gt;During a docker buildx run i ran during the image import into the following error:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-plaintext&#34; data-lang=&#34;plaintext&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ERROR: failed to solve: rpc error: code = Unknown desc = failed to extract layer sha256:f877be71d5628e2b297798c066b860bd2c3542b96a80f69367ff0bdebcc06f9e: failed to get stream processor for application/vnd.in-toto+json: no processor for media-type: unknown
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;ins class=&#34;adsbygoogle&#34; style=&#34;display:block; text-align:center;&#34; data-ad-layout=&#34;in-article&#34; data-ad-format=&#34;fluid&#34; data-ad-client=&#34;ca-pub-2322978122735420&#34; data-ad-slot=&#34;3161252284&#34;&gt;&lt;/ins&gt;
Possible Solution:&lt;/p&gt;
&lt;p&gt;By default, BuildKit v0.11 and later adds &lt;link rel=dns-prefetch href=//docs.docker.com /&gt; &lt;a href=&#34;https://docs.docker.com/build/attestations/slsa-provenance/&#34;
    title=&#34;provenance attestations&#34; 
     target=&#34;_blank&#34; rel=&#34;nofollow noopener noreferrer&#34; &gt;
  provenance attestations&amp;nbsp;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; class=&#34;icon&#34; aria-hidden=&#34;true&#34; focusable=&#34;false&#34; viewBox=&#34;0 -128 512 640&#34;&gt;
    &lt;path d=&#34;M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z&#34;/&gt;
  &lt;/svg&gt;&lt;/a&gt; to images you build. Set &lt;code&gt;BUILDX_NO_DEFAULT_ATTESTATIONS=1&lt;/code&gt; to disable the default provenance attestations.&lt;/p&gt;</description>
      
         <content:encoded><![CDATA[<p>During a docker buildx run i ran during the image import into the following error:</p>
<div class="highlight"><div class="chroma">
<table class="lntable"><tr><td class="lntd">
<pre tabindex="0" class="chroma"><code><span class="lnt">1
</span></code></pre></td>
<td class="lntd">
<pre tabindex="0" class="chroma"><code class="language-plaintext" data-lang="plaintext"><span class="line"><span class="cl">ERROR: failed to solve: rpc error: code = Unknown desc = failed to extract layer sha256:f877be71d5628e2b297798c066b860bd2c3542b96a80f69367ff0bdebcc06f9e: failed to get stream processor for application/vnd.in-toto+json: no processor for media-type: unknown
</span></span></code></pre></td></tr></table>
</div>
</div><p><ins class="adsbygoogle" style="display:block; text-align:center;" data-ad-layout="in-article" data-ad-format="fluid" data-ad-client="ca-pub-2322978122735420" data-ad-slot="3161252284"></ins>
Possible Solution:</p>
<p>By default, BuildKit v0.11 and later adds <link rel=dns-prefetch href=//docs.docker.com /> <a href="https://docs.docker.com/build/attestations/slsa-provenance/"
    title="provenance attestations" 
     target="_blank" rel="nofollow noopener noreferrer" >
  provenance attestations&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="icon" aria-hidden="true" focusable="false" viewBox="0 -128 512 640">
    <path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/>
  </svg></a> to images you build. Set <code>BUILDX_NO_DEFAULT_ATTESTATIONS=1</code> to disable the default provenance attestations.</p>
<p><strong>References</strong>:</p>
<ul>
<li><link rel=dns-prefetch href=//github.com /> <a href="https://github.com/moby/moby/issues/45600"
    title="https://github.com/moby/moby/issues/45600" 
     target="_blank" rel="nofollow noopener noreferrer" >
  https://github.com/moby/moby/issues/45600&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="icon" aria-hidden="true" focusable="false" viewBox="0 -128 512 640">
    <path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/>
  </svg></a></li>
<li><link rel=dns-prefetch href=//docs.docker.com /> <a href="https://docs.docker.com/build/building/variables/#buildx_no_default_attestations#buildx_no_default_attestations"
    title="https://docs.docker.com/build/building/variables/#buildx_no_default_attestations" 
     target="_blank" rel="nofollow noopener noreferrer" >
  https://docs.docker.com/build/building/variables/#buildx_no_default_attestations&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="icon" aria-hidden="true" focusable="false" viewBox="0 -128 512 640">
    <path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/>
  </svg></a></li>
</ul>
]]></content:encoded>
    </item>
  </channel>
</rss>
