<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Cannot delete images from registry (because of indent in config)]]></title><description><![CDATA[<p dir="auto">When trying to delete a docker image in the web-ui it throws this error: <code> {"errors":[{"code":"UNSUPPORTED","message":"The operation is unsupported."}]}</code></p>
<p dir="auto">I've tried poking around in the config and giving the <code>delete:</code> option one indent to put it in the <code>storage:</code>-block and restarting the container seems to have fixed it.</p>
<p dir="auto">before:</p>
<pre><code>storage:
  cache:
    blobdescriptor: redis
  filesystem:
    rootdirectory: /app/data/storage
delete:
  enabled: true
</code></pre>
<p dir="auto">after:</p>
<pre><code>storage:
  cache:
    blobdescriptor: redis
  filesystem:
    rootdirectory: /app/data/storage
  delete:
    enabled: true
</code></pre>
<p dir="auto"><a href="https://github.com/distribution/distribution/issues/1573#issuecomment-423172368" target="_blank" rel="noopener noreferrer nofollow ugc">This</a> is for reference</p>
<p dir="auto">Cheers</p>
]]></description><link>https://forum.cloudron.io/topic/4954/cannot-delete-images-from-registry-because-of-indent-in-config</link><generator>RSS for Node</generator><lastBuildDate>Sat, 08 Aug 2026 15:57:22 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/4954.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 22 Apr 2021 21:23:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cannot delete images from registry (because of indent in config) on Fri, 23 Apr 2021 18:16:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/msbt" aria-label="Profile: msbt">@<bdi>msbt</bdi></a> thanks for reporting, fixed in the new package.</p>
]]></description><link>https://forum.cloudron.io/post/30303</link><guid isPermaLink="true">https://forum.cloudron.io/post/30303</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 23 Apr 2021 18:16:02 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot delete images from registry (because of indent in config) on Fri, 23 Apr 2021 13:55:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/msbt" aria-label="Profile: msbt">@<bdi>msbt</bdi></a> I guess we could enable that by default, not sure why it wouldn't be. That way the yaml indent issues are avoided for this case.</p>
]]></description><link>https://forum.cloudron.io/post/30278</link><guid isPermaLink="true">https://forum.cloudron.io/post/30278</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Fri, 23 Apr 2021 13:55:46 GMT</pubDate></item></channel></rss>