<?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[Do all apps in the App Store use the FROM Cloudron:2.0 base build?]]></title><description><![CDATA[<p dir="auto">I know any app from any <code>FROM</code> statement can run on Cloudron successfully. But I was just curious if all the official apps used it as their exclusive base?</p>
]]></description><link>https://forum.cloudron.io/topic/3223/do-all-apps-in-the-app-store-use-the-from-cloudron-2-0-base-build</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 13:50:29 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/3223.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 26 Sep 2020 05:33:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Do all apps in the App Store use the FROM Cloudron:2.0 base build? on Sat, 26 Sep 2020 06:09:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> Okay, gotcha, that makes sense. I think it’s a great idea. It’s not like your implementation isn’t “lean to an extent,” it’s just more “general purpose” lean I’m guessing. And yeah actually, I was curious that your cloudron Docker tag doesn’t / didn’t use the same versioning modem as Cloudron apps are required to have (2.0 instead of 2.0.0).</p>
]]></description><link>https://forum.cloudron.io/post/13762</link><guid isPermaLink="true">https://forum.cloudron.io/post/13762</guid><dc:creator><![CDATA[Lonkle]]></dc:creator><pubDate>Sat, 26 Sep 2020 06:09:43 GMT</pubDate></item><item><title><![CDATA[Reply to Do all apps in the App Store use the FROM Cloudron:2.0 base build? on Sat, 26 Sep 2020 05:40:17 GMT]]></title><description><![CDATA[<p dir="auto">@Lonk Yes. The idea is to have all the common tools in the base image. I know there is a parallel world where people want to build minimalistic images but for Cloudron we want to make sure that if you get a Web terminal basic network, editing tools are available.</p>
<p dir="auto">Also, it's best to put the hash as well.</p>
<pre><code>FROM cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7f8833edf0eb5a4f4
</code></pre>
<p dir="auto">Tthis is because dockerhub does not provide a way to accidentally not overwrite tags. this protects again us pushing into cloudron/base:2.0.0 by mistake.</p>
]]></description><link>https://forum.cloudron.io/post/13754</link><guid isPermaLink="true">https://forum.cloudron.io/post/13754</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sat, 26 Sep 2020 05:40:17 GMT</pubDate></item></channel></rss>