<?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[Building custom app - authentication problem]]></title><description><![CDATA[<p dir="auto">I am building my first custom app in Docker in Python and I want to host it on Cloudron.<br />
Currently, the repository is set up on <a href="http://docker.com" target="_blank" rel="noopener noreferrer nofollow ugc">docker.com</a>. I have set up the repository in the cloudron settings using an access token. I have a CloudronManifest.json, a Dockerfile and the requirements file (since it's python), but I am stuck when running</p>
<pre><code>cloudron build
</code></pre>
<p dir="auto">as I consistently run into this error message:</p>
<pre><code>WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('&lt;pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fc9470e4750&gt;: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/asgiref/
</code></pre>
<p dir="auto">The same comes with any other package that happens to be the first in the requirements file.</p>
<p dir="auto">I am the owner of the Docker repository.</p>
<p dir="auto">Does anyone know what I can do about it?</p>
]]></description><link>https://forum.cloudron.io/topic/9139/building-custom-app-authentication-problem</link><generator>RSS for Node</generator><lastBuildDate>Fri, 14 Aug 2026 00:07:13 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/9139.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 01 May 2023 11:50:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Building custom app - authentication problem on Tue, 30 May 2023 09:09:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekevu123" aria-label="Profile: ekevu123">@<bdi>ekevu123</bdi></a> Thanks for the report! There was indeed a bug that the dashboard code throws an error when an app does not use any addons. <a href="https://git.cloudron.io/cloudron/box/-/commit/e02f3d70649c75c64e4126f1deea45b3456277a0" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/cloudron/box/-/commit/e02f3d70649c75c64e4126f1deea45b3456277a0</a> is the fix.</p>
]]></description><link>https://forum.cloudron.io/post/67312</link><guid isPermaLink="true">https://forum.cloudron.io/post/67312</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 30 May 2023 09:09:15 GMT</pubDate></item><item><title><![CDATA[Reply to Building custom app - authentication problem on Tue, 23 May 2023 06:17:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekevu123" aria-label="Profile: ekevu123">@<bdi>ekevu123</bdi></a> If installing a custom image is bringing down the dashboard, that is something we would want to look at. Can you please reach out at <a href="mailto:support@cloudron.io" target="_blank" rel="noopener noreferrer nofollow ugc">support@cloudron.io</a>, interested to see what's going on.</p>
]]></description><link>https://forum.cloudron.io/post/67047</link><guid isPermaLink="true">https://forum.cloudron.io/post/67047</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 23 May 2023 06:17:23 GMT</pubDate></item><item><title><![CDATA[Reply to Building custom app - authentication problem on Tue, 23 May 2023 03:48:50 GMT]]></title><description><![CDATA[<p dir="auto">Yes, I did.</p>
<p dir="auto">I corrected some other errors and finally got the message "app is installed" at some point without any error message. However, once that is the case, I cannot access the dashboard anymore (it stays grey, see above) until I uninstall the app.</p>
<p dir="auto">Maybe that is a support case after all where you ssh into my instance?</p>
]]></description><link>https://forum.cloudron.io/post/67045</link><guid isPermaLink="true">https://forum.cloudron.io/post/67045</guid><dc:creator><![CDATA[ekevu123]]></dc:creator><pubDate>Tue, 23 May 2023 03:48:50 GMT</pubDate></item><item><title><![CDATA[Reply to Building custom app - authentication problem on Thu, 18 May 2023 15:18:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekevu123" aria-label="Profile: ekevu123">@<bdi>ekevu123</bdi></a><br />
<a href="https://docs.cloudron.io/settings/#private-docker-registry" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/settings/#private-docker-registry</a></p>
<p dir="auto">Did you take this into account?</p>
]]></description><link>https://forum.cloudron.io/post/66894</link><guid isPermaLink="true">https://forum.cloudron.io/post/66894</guid><dc:creator><![CDATA[BrutalBirdie]]></dc:creator><pubDate>Thu, 18 May 2023 15:18:14 GMT</pubDate></item><item><title><![CDATA[Reply to Building custom app - authentication problem on Thu, 18 May 2023 09:48:13 GMT]]></title><description><![CDATA[<p dir="auto">Docker pull and docker push works fine now and docker didn't confirm any IP restriction.</p>
<p dir="auto">I could now build the app using cloudron build but I am getting this when I am trying to install it:<br />
App installation error: Installation failed: Unable to pull image PATH:tag. message: (HTTP code 404) unexpected - pull access denied for PATH, repository does not exist or may require 'docker login': denied: requested access to the resource is denied  statusCode: 404</p>
<p dir="auto">But the path is right, I used --set-repository to check and it's the same I use for docker pull and docker push.</p>
<p dir="auto">Is it possible that for whatever reason Cloudron cannot authenticate with Docker in my case?</p>
<p dir="auto">EDIT: It works when making the repository public.</p>
]]></description><link>https://forum.cloudron.io/post/66880</link><guid isPermaLink="true">https://forum.cloudron.io/post/66880</guid><dc:creator><![CDATA[ekevu123]]></dc:creator><pubDate>Thu, 18 May 2023 09:48:13 GMT</pubDate></item><item><title><![CDATA[Reply to Building custom app - authentication problem on Mon, 15 May 2023 10:24:31 GMT]]></title><description><![CDATA[<p dir="auto">No, I am getting the issue when running docker push.</p>
<p dir="auto">I also suspect that it is an IP restriction because I am currently in Malaysia. So, I contacted Docker support about it. The only other solution I could think of then would be to change the docker repo provider to Google or something.</p>
]]></description><link>https://forum.cloudron.io/post/66735</link><guid isPermaLink="true">https://forum.cloudron.io/post/66735</guid><dc:creator><![CDATA[ekevu123]]></dc:creator><pubDate>Mon, 15 May 2023 10:24:31 GMT</pubDate></item><item><title><![CDATA[Reply to Building custom app - authentication problem on Mon, 15 May 2023 08:50:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekevu123" aria-label="Profile: ekevu123">@<bdi>ekevu123</bdi></a> I would first check if <code>docker push</code> works? Can you confirm ?</p>
<p dir="auto">I also found two related links:</p>
<ul>
<li><a href="https://superuser.com/questions/1389039/docker-error-parsing-http-403-response-body-invalid-character-looking-for" target="_blank" rel="noopener noreferrer nofollow ugc">https://superuser.com/questions/1389039/docker-error-parsing-http-403-response-body-invalid-character-looking-for</a> says this might be cause docker push access does not work from network</li>
<li><a href="https://stackoverflow.com/questions/32900830/docker-http-code-403-while-uploading-metadata-invalid-character-looking-f" target="_blank" rel="noopener noreferrer nofollow ugc">https://stackoverflow.com/questions/32900830/docker-http-code-403-while-uploading-metadata-invalid-character-looking-f</a> says it's maybe an auth issue with docker hub</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/66727</link><guid isPermaLink="true">https://forum.cloudron.io/post/66727</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 15 May 2023 08:50:01 GMT</pubDate></item><item><title><![CDATA[Reply to Building custom app - authentication problem on Mon, 15 May 2023 08:32:42 GMT]]></title><description><![CDATA[<p dir="auto">To summarise, my issue is this. When running "cloudron build", I get this error:</p>
<p dir="auto">error parsing HTTP 403 response body: invalid character '&lt;' looking for beginning of value: "&lt;html&gt;\r\n&lt;head&gt;&lt;title&gt;403 Forbidden&lt;/title&gt;&lt;/head&gt;\r\n&lt;body&gt;\r\n&lt;center&gt;&lt;h1&gt;403 Forbidden&lt;/h1&gt;&lt;/center&gt;\r\n&lt;hr&gt;&lt;center&gt;nginx&lt;/center&gt;\r\n&lt;/body&gt;\r\n&lt;/html&gt;\r\n"<br />
Failed to push image (are you logged in? if not, use "docker login")</p>
<p dir="auto">But I ran docker login before this step. I completely deleted all Cloudron CLI configuration and re-installed it without any effect.</p>
]]></description><link>https://forum.cloudron.io/post/66722</link><guid isPermaLink="true">https://forum.cloudron.io/post/66722</guid><dc:creator><![CDATA[ekevu123]]></dc:creator><pubDate>Mon, 15 May 2023 08:32:42 GMT</pubDate></item><item><title><![CDATA[Reply to Building custom app - authentication problem on Sun, 14 May 2023 13:05:55 GMT]]></title><description><![CDATA[<p dir="auto">I would probably do the same, but it doesn't help me in this case, because I am not overriding an existing installation. Instead, I just get a faulty installation in the first place.</p>
]]></description><link>https://forum.cloudron.io/post/66681</link><guid isPermaLink="true">https://forum.cloudron.io/post/66681</guid><dc:creator><![CDATA[ekevu123]]></dc:creator><pubDate>Sun, 14 May 2023 13:05:55 GMT</pubDate></item><item><title><![CDATA[Reply to Building custom app - authentication problem on Fri, 12 May 2023 16:14:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekevu123" aria-label="Profile: ekevu123">@<bdi>ekevu123</bdi></a> said in <a href="/post/66569">Building custom app - authentication problem</a>:</p>
<blockquote>
<p dir="auto">and uninstalling the app via CLI immediately solved it.</p>
</blockquote>
<p dir="auto">FWIW when I am building a custom app and I make changes to the Dockerfile, it is my standard process to uninstall the last app version before seeking to build and deploy the next version.<br />
Technically this might be unnecessary, but for my little brain, I find it easier to know that I am starting 'clean'.<br />
I usually uninstall via the app's settings screen, but I guess from CLI is same and might be easier if you're working on command line anyway.</p>
<p dir="auto">I also use a little script <code>cld.sh</code> (call it whatever you want, I save keystrokes where possible) :</p>
<pre><code>#/bin/bash
docker build --no-cache -t $1 .
docker push $1
cloudron install --image $1
</code></pre>
<p dir="auto">and I run this it this : <code>./cld.sh &lt;repository_url&gt;/&lt;app_name&gt;:&lt;tag&gt;</code><br />
I hack my way through multiple trial-and-error builds, and this saves a lot of time, keystrokes and typos.</p>
<p dir="auto">Maybe you have your own workflow efficiencies <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=090c346130c" class="not-responsive emoji emoji-android emoji--smile" style="height:23px;width:auto;vertical-align:middle" title=":smile:" alt="😄" /></p>
]]></description><link>https://forum.cloudron.io/post/66575</link><guid isPermaLink="true">https://forum.cloudron.io/post/66575</guid><dc:creator><![CDATA[timconsidine]]></dc:creator><pubDate>Fri, 12 May 2023 16:14:27 GMT</pubDate></item><item><title><![CDATA[Reply to Building custom app - authentication problem on Fri, 12 May 2023 14:40:46 GMT]]></title><description><![CDATA[<p dir="auto">What's the best way to specify the docker image tag if I don't do this in the Cloudron Manifest or the Dockerfile?</p>
<p dir="auto">EDIT: --tag did that</p>
]]></description><link>https://forum.cloudron.io/post/66570</link><guid isPermaLink="true">https://forum.cloudron.io/post/66570</guid><dc:creator><![CDATA[ekevu123]]></dc:creator><pubDate>Fri, 12 May 2023 14:40:46 GMT</pubDate></item><item><title><![CDATA[Reply to Building custom app - authentication problem on Fri, 12 May 2023 14:27:14 GMT]]></title><description><![CDATA[<p dir="auto">Yep, I agree, but it did - and uninstalling the app via CLI immediately solved it.</p>
]]></description><link>https://forum.cloudron.io/post/66569</link><guid isPermaLink="true">https://forum.cloudron.io/post/66569</guid><dc:creator><![CDATA[ekevu123]]></dc:creator><pubDate>Fri, 12 May 2023 14:27:14 GMT</pubDate></item><item><title><![CDATA[Reply to Building custom app - authentication problem on Fri, 12 May 2023 14:26:44 GMT]]></title><description><![CDATA[<p dir="auto">hm so the app was in error state and thus stopping it was blocked, that is to be expected. However it should certainly not bring down the whole dashboard.</p>
]]></description><link>https://forum.cloudron.io/post/66568</link><guid isPermaLink="true">https://forum.cloudron.io/post/66568</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Fri, 12 May 2023 14:26:44 GMT</pubDate></item><item><title><![CDATA[Reply to Building custom app - authentication problem on Fri, 12 May 2023 14:21:01 GMT]]></title><description><![CDATA[<p dir="auto">My idea was now to use<br />
"cloudron stop --app NAME"<br />
using Cloudron CLI</p>
<p dir="auto">but it says<br />
"Failed to stop app: 409 message: Not allowed in error state"</p>
<p dir="auto">But this worked:<br />
"cloudron uninstall --app NAME"</p>
<p dir="auto">So, I got access to the dashboard again.</p>
]]></description><link>https://forum.cloudron.io/post/66567</link><guid isPermaLink="true">https://forum.cloudron.io/post/66567</guid><dc:creator><![CDATA[ekevu123]]></dc:creator><pubDate>Fri, 12 May 2023 14:21:01 GMT</pubDate></item><item><title><![CDATA[Reply to Building custom app - authentication problem on Fri, 12 May 2023 13:57:54 GMT]]></title><description><![CDATA[<p dir="auto">The "unresponsive" app is new, perhaps that could cause it?<br />
The 3 stopped apps are okay, that's intended.</p>
<p dir="auto">2023-05-12T11:46:30.103Z box:apphealthmonitor app health: 3 running / 3 stopped / 1 unresponsive</p>
]]></description><link>https://forum.cloudron.io/post/66563</link><guid isPermaLink="true">https://forum.cloudron.io/post/66563</guid><dc:creator><![CDATA[ekevu123]]></dc:creator><pubDate>Fri, 12 May 2023 13:57:54 GMT</pubDate></item><item><title><![CDATA[Reply to Building custom app - authentication problem on Fri, 12 May 2023 12:35:41 GMT]]></title><description><![CDATA[<p dir="auto">Then for a start lets get your Cloudron itself working. Do you see any errors in the browser logs or at <code>/home/yellowtent/platformdata/logs/box.log</code> ?</p>
]]></description><link>https://forum.cloudron.io/post/66556</link><guid isPermaLink="true">https://forum.cloudron.io/post/66556</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Fri, 12 May 2023 12:35:41 GMT</pubDate></item><item><title><![CDATA[Reply to Building custom app - authentication problem on Fri, 12 May 2023 11:56:37 GMT]]></title><description><![CDATA[<p dir="auto">Thank you very much, we are getting somewhere!</p>
<p dir="auto">I got to run "cloudron install --image" after building the docker successfully. But I ran into another particular problem.</p>
<p dir="auto">Firstly, when running the command, I got this error message:<br />
App installation error: Installation failed: Unable to pull image PATH. message: (HTTP code 404) unexpected - pull access denied for PATH, repository does not exist or may require 'docker login': denied: requested access to the resource is denied  statusCode: 404</p>
<p dir="auto">So, I made sure I was logged in.</p>
<p dir="auto">Secondly, I tried to run the command again and got this:<br />
Failed to install app: 409 message: primary location 'PATH' is in use<br />
(I could probably just specify a new path, it's not critical, but to keep it clean it would be great to know how to delete the failed attempt)</p>
<p dir="auto">However, the Cloudron dashboard doesnt load anymore. It stays grey. If I try to log in in another browser, I get to the login mask, after putting in my details, I just see a grey screen. Fortunately, apps seem to work still, I can access them separately.</p>
<p dir="auto">Independently of the actual docker error, that is an odd behaviour. I'll try to go through the tutorial for how to save cloudron next unless I see something specific in this thread.</p>
]]></description><link>https://forum.cloudron.io/post/66553</link><guid isPermaLink="true">https://forum.cloudron.io/post/66553</guid><dc:creator><![CDATA[ekevu123]]></dc:creator><pubDate>Fri, 12 May 2023 11:56:37 GMT</pubDate></item><item><title><![CDATA[Reply to Building custom app - authentication problem on Fri, 12 May 2023 07:06:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekevu123" aria-label="Profile: ekevu123">@<bdi>ekevu123</bdi></a> That's good progress! Not sure where you are pushing to, did you set the right image name ? You can try <code>cloudron build --set-repository</code>. Here, you should enter something like <code>ekevu123/appname</code> (where  <code>ekevu123</code> is your docker hub username and appname is the repository).</p>
]]></description><link>https://forum.cloudron.io/post/66527</link><guid isPermaLink="true">https://forum.cloudron.io/post/66527</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 12 May 2023 07:06:30 GMT</pubDate></item><item><title><![CDATA[Reply to Building custom app - authentication problem on Fri, 12 May 2023 03:35:10 GMT]]></title><description><![CDATA[<p dir="auto">I know where it breaks, when downloading the python requirements. But I found the issue - apparently, you can not do that when being on VPN.</p>
<p dir="auto">Now I get this error message in the end:<br />
error parsing HTTP 403 response body: invalid character '&lt;' looking for beginning of value: "&lt;html&gt;\r\n&lt;head&gt;&lt;title&gt;403 Forbidden&lt;/title&gt;&lt;/head&gt;\r\n&lt;body&gt;\r\n&lt;center&gt;&lt;h1&gt;403 Forbidden&lt;/h1&gt;&lt;/center&gt;\r\n&lt;hr&gt;&lt;center&gt;nginx&lt;/center&gt;\r\n&lt;/body&gt;\r\n&lt;/html&gt;\r\n"<br />
Failed to push image (are you logged in? if not, use "docker login")</p>
<p dir="auto">However, I am logged in (I ran "docker login" right before executing "cloudron build").</p>
]]></description><link>https://forum.cloudron.io/post/66522</link><guid isPermaLink="true">https://forum.cloudron.io/post/66522</guid><dc:creator><![CDATA[ekevu123]]></dc:creator><pubDate>Fri, 12 May 2023 03:35:10 GMT</pubDate></item><item><title><![CDATA[Reply to Building custom app - authentication problem on Thu, 11 May 2023 20:23:22 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> said in <a href="/post/66495">Building custom app - authentication problem</a>:</p>
<blockquote>
<p dir="auto">Usually, the best way to debug Docker build issues is something like:</p>
</blockquote>
<p dir="auto">that's a cool "trick"</p>
]]></description><link>https://forum.cloudron.io/post/66507</link><guid isPermaLink="true">https://forum.cloudron.io/post/66507</guid><dc:creator><![CDATA[timconsidine]]></dc:creator><pubDate>Thu, 11 May 2023 20:23:22 GMT</pubDate></item><item><title><![CDATA[Reply to Building custom app - authentication problem on Thu, 11 May 2023 19:20:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekevu123" aria-label="Profile: ekevu123">@<bdi>ekevu123</bdi></a> yes, no worries <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=090c346130c" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":-)" alt="🙂" /> Just wanted to continue here since so far it's mostly something docker related and not cloudron related as such.</p>
<p dir="auto">It seems this is a general Docker building issue. So, much depends on your platform / OS as well. Is this a Mac or Windows or Linux ?</p>
<p dir="auto">Usually, the best way to debug Docker build issues is something like:</p>
<ul>
<li>First run, <code>docker run -ti cloudron/base:4.0.0 /bin/bash</code> . This will give you a bash prompt.</li>
<li>Now, execute the commands in your Dockerfile one by one in the prompt and see where it breaks.</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/66495</link><guid isPermaLink="true">https://forum.cloudron.io/post/66495</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 11 May 2023 19:20:05 GMT</pubDate></item><item><title><![CDATA[Reply to Building custom app - authentication problem on Thu, 11 May 2023 06:45:39 GMT]]></title><description><![CDATA[<p dir="auto">We can continue here, I just thought if I am supposed to share more personal information like repo access, then we can do this privately. But alright, I appreciate the help I am getting here!</p>
<p dir="auto">Regarding the questions above:</p>
<ol>
<li>
<p dir="auto">I have removed the link to the docker image from the Cloudron manifest and tried to run "cloudron build" again, which gets me stuck here again:<br />
Step 4/6 : RUN pip install --no-cache-dir -r requirements.txt<br />
---&gt; Running in e834d414ac34</p>
</li>
<li>
<p dir="auto">Now I am trying to build the docker image without Cloudron, see above, and I am getting the same issue.</p>
</li>
</ol>
<p dir="auto">The requirements file I am getting stuck with looks like this:<br />
asgiref==3.6.0<br />
beautifulsoup4==4.12.2<br />
certifi==2022.12.7<br />
(and more following)</p>
<p dir="auto">It doesn't help to simply delete a few requirements, it will always hang with the first one in the file.</p>
]]></description><link>https://forum.cloudron.io/post/66454</link><guid isPermaLink="true">https://forum.cloudron.io/post/66454</guid><dc:creator><![CDATA[ekevu123]]></dc:creator><pubDate>Thu, 11 May 2023 06:45:39 GMT</pubDate></item><item><title><![CDATA[Reply to Building custom app - authentication problem on Wed, 10 May 2023 10:19:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/timconsidine" aria-label="Profile: timconsidine">@<bdi>timconsidine</bdi></a> right, that line is not needed and not correct. One shouldn't specify a static docker image in the manifest.</p>
]]></description><link>https://forum.cloudron.io/post/66359</link><guid isPermaLink="true">https://forum.cloudron.io/post/66359</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 10 May 2023 10:19:35 GMT</pubDate></item><item><title><![CDATA[Reply to Building custom app - authentication problem on Wed, 10 May 2023 09:26:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brutalbirdie" aria-label="Profile: BrutalBirdie">@<bdi>BrutalBirdie</bdi></a> said in <a href="/post/65825">Building custom app - authentication problem</a>:</p>
<blockquote>
<p dir="auto">"dockerImage": "link-to-image:tag",</p>
</blockquote>
<p dir="auto">For my education, is this line needed in the manifest file? because we are building the Dockerfile to produce an image.<br />
I've never used this line when building a custom package</p>
]]></description><link>https://forum.cloudron.io/post/66353</link><guid isPermaLink="true">https://forum.cloudron.io/post/66353</guid><dc:creator><![CDATA[timconsidine]]></dc:creator><pubDate>Wed, 10 May 2023 09:26:28 GMT</pubDate></item></channel></rss>