<?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[Cloudron build mess up]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I had built up the courage to try building and installing the new Omeka S app, but I done messed up.</p>
<p dir="auto">Thought his is probably a very obvious step, I don't understand what is meant when I'm asked :</p>
<pre><code>C:\Users\scooke\cloudron\omeka-s-app&gt;cloudron build

Enter repository (e.g registry/username/org.omekas.cloudronapp): 

https://git.cloudron.io/lenef/omeka-s-app
</code></pre>
<p dir="auto">So I just entered the name of repository from Gitlab. It then failed, and now every other attemp fails. Seems entering the "wrong" registry messed things up. So what is the correct registry? I don't have one of this app other than what I downloaded. I can see from <a href="https://docs.cloudron.io/custom-apps/tutorial/#cloudron-cli" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/custom-apps/tutorial/#cloudron-cli</a> that</p>
<h1>enter app directory</h1>
<p dir="auto">$ cd nodejs-app</p>
<h1>build the app</h1>
<p dir="auto">$ docker build -t username/nodejs-app:1.0.0 .</p>
<h1>push the image. if the push fails, you have to 'docker login' with your username</h1>
<p dir="auto">$ docker push username/nodejs-app:1.0.0</p>
<p dir="auto">is what I'm supposed to do... but what or who is this username?? Is it locally? Is it me? Is it a new registry I make elsewhere? Is it one on my own Gitlab account? Is it the username of whoever's repository I cloned? And now that I've messed it up, how do I reset cloudron build?</p>
<p dir="auto">Much thanks for any help or suggestions.</p>
]]></description><link>https://forum.cloudron.io/topic/4459/cloudron-build-mess-up</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 01:52:07 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/4459.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 14 Feb 2021 18:17:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cloudron build mess up on Mon, 15 Feb 2021 16:44:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kallados" aria-label="Profile: kallados">@<bdi>kallados</bdi></a> indeed it has to be adjusted to your own account name. <code>cloudron</code> here refers to our account at the docker hub. The <code>chown</code> is for the unix user named <code>cloudron</code> on your system. Nothing to do with the docker hub registry service.</p>
]]></description><link>https://forum.cloudron.io/post/25881</link><guid isPermaLink="true">https://forum.cloudron.io/post/25881</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Mon, 15 Feb 2021 16:44:29 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron build mess up on Mon, 15 Feb 2021 16:34:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> Sry for maybe stupid Question.. but</p>
<pre><code>docker.io/cloudron/org.omekas.cloudronapp
</code></pre>
<p dir="auto">"cloudron"  should to be replaced with <em>my username</em> right? Or is this pointed to chown cloudron:cloudron? Thanks</p>
]]></description><link>https://forum.cloudron.io/post/25879</link><guid isPermaLink="true">https://forum.cloudron.io/post/25879</guid><dc:creator><![CDATA[kallados]]></dc:creator><pubDate>Mon, 15 Feb 2021 16:34:27 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron build mess up on Mon, 15 Feb 2021 11:32:15 GMT]]></title><description><![CDATA[<p dir="auto">Oh I see the confusion. So indeed what the cli tool asks for here is the docker image registry repository. Not the git repository.<br />
I guess we can just remove "repository" here from the cli tool output to avoid that confusion.</p>
<p dir="auto">To clarify an example setting for this for example for the omeka image pushed to the appstore by the Cloudron team: <code>docker.io/cloudron/org.omekas.cloudronapp</code> this has to be set to whatver your docker hub account is, or if another docker registry is used, also the <code>docker.io</code> has to change to your registry domain.</p>
]]></description><link>https://forum.cloudron.io/post/25858</link><guid isPermaLink="true">https://forum.cloudron.io/post/25858</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Mon, 15 Feb 2021 11:32:15 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron build mess up on Mon, 15 Feb 2021 11:30:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scooke" aria-label="Profile: scooke">@<bdi>scooke</bdi></a> I think i get the same problem. Im really not sure about the Name</p>
<pre><code>Enter repository (e.g registry/username/org.omekas.cloudronapp)
</code></pre>
]]></description><link>https://forum.cloudron.io/post/25803</link><guid isPermaLink="true">https://forum.cloudron.io/post/25803</guid><dc:creator><![CDATA[kallados]]></dc:creator><pubDate>Mon, 15 Feb 2021 11:30:59 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron build mess up on Sun, 14 Feb 2021 20:12:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scooke" aria-label="Profile: scooke">@<bdi>scooke</bdi></a> the registry refers to a docker registry where you push the image after building it, so it should be either a <a href="http://docker.io" target="_blank" rel="noopener noreferrer nofollow ugc">docker.io</a> registry or you can use the new registry-app from cloudron. I've made a post <a href="https://forum.cloudron.io/topic/4412/how-to-build-custom-apps-using-the-docker-registry">here</a> that you can follow.</p>
]]></description><link>https://forum.cloudron.io/post/25800</link><guid isPermaLink="true">https://forum.cloudron.io/post/25800</guid><dc:creator><![CDATA[msbt]]></dc:creator><pubDate>Sun, 14 Feb 2021 20:12:46 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron build mess up on Sun, 14 Feb 2021 20:12:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scooke" aria-label="Profile: scooke">@<bdi>scooke</bdi></a> repository != registry.</p>
<p dir="auto">repo = github repo where you found the code</p>
<p dir="auto">reg = a docker image repo where the build scripts can place the built image, so that docker can pull it down and install it.</p>
]]></description><link>https://forum.cloudron.io/post/25799</link><guid isPermaLink="true">https://forum.cloudron.io/post/25799</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Sun, 14 Feb 2021 20:12:14 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron build mess up on Sun, 14 Feb 2021 20:09:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> I understand the words, but not the meaning!</p>
<p dir="auto">Seeing as this is a new repository from these kind people, I don't think they have it listed" (is that the right word?) in the public docker registry service (and I'm not even sure what that is, and what the url would be for it). Same thing for the "new self-hosted one in the app store called docker registry". It is new, I just cloned it, so as far as I know there is no repository in the app store repository ... ok, I followed a few links and found <code>https://git.cloudron.io/cloudron/omeka-s-app</code>, so this is the repository I need, right? The portion I enter is just <code>cloudron/omeka-s-app</code>? or does the "registry" in the <code>Enter repository (e.g registry/username/org.omekas.cloudronapp)</code> refer to <code>https://git.cloudron.io</code>?</p>
]]></description><link>https://forum.cloudron.io/post/25797</link><guid isPermaLink="true">https://forum.cloudron.io/post/25797</guid><dc:creator><![CDATA[scooke]]></dc:creator><pubDate>Sun, 14 Feb 2021 20:09:54 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron build mess up on Sun, 14 Feb 2021 20:03:05 GMT]]></title><description><![CDATA[<p dir="auto">it's either the public docker registry service, or the new self-hosted one in the app store called docker registry.</p>
]]></description><link>https://forum.cloudron.io/post/25795</link><guid isPermaLink="true">https://forum.cloudron.io/post/25795</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Sun, 14 Feb 2021 20:03:05 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron build mess up on Sun, 14 Feb 2021 19:56:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jimcavoli" aria-label="Profile: jimcavoli">@<bdi>jimcavoli</bdi></a> Great, I found it, it was just named .cloudron.</p>
<p dir="auto">What is the proper response for</p>
<pre><code>Enter repository (e.g registry/username/org.omekas.cloudronapp):
</code></pre>
<p dir="auto">Is this my own repository of the cloned app? Or is it not the repository of the creaters, like so - <code>registry/lenef/omeka-s-app</code>? Is it <code>registry/myusernameoncloudron/omeka-s-app</code> or my local user like <code>registry/melocally/omeka-s-app</code> Or is it yet some other repository that I have to create??</p>
]]></description><link>https://forum.cloudron.io/post/25793</link><guid isPermaLink="true">https://forum.cloudron.io/post/25793</guid><dc:creator><![CDATA[scooke]]></dc:creator><pubDate>Sun, 14 Feb 2021 19:56:23 GMT</pubDate></item><item><title><![CDATA[Reply to Cloudron build mess up on Sun, 14 Feb 2021 18:22:53 GMT]]></title><description><![CDATA[<p dir="auto">You can edit/remove the information in <code>$HOME/.cloudron.json</code> that deals with that folder on your machine to correct the repository info or just delete the block to make the CLI re-prompt you on the next run.</p>
]]></description><link>https://forum.cloudron.io/post/25785</link><guid isPermaLink="true">https://forum.cloudron.io/post/25785</guid><dc:creator><![CDATA[jimcavoli]]></dc:creator><pubDate>Sun, 14 Feb 2021 18:22:53 GMT</pubDate></item></channel></rss>