# Launcher \[rebuild/start/stop\] app throwing error

**URL:** https://meta.discourse.org/t/launcher-rebuild-start-stop-app-throwing-error/54903
**Category:** Support
**Created:** [December 28, 2016, 7:24pm UTC](https://meta.discourse.org/t/launcher-rebuild-start-stop-app-throwing-error/54903 "2016-12-28T19:24:49Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Ebs](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ebs/32/119612_2.png) [@Ebs](https://meta.discourse.org/u/Ebs)
#### Post date: [December 28, 2016, 7:24pm UTC](https://meta.discourse.org/t/launcher-rebuild-start-stop-app-throwing-error/54903/1 "2016-12-28T19:24:49Z")

</div>

Hello there,

My Discourse installation has been running fine for about a week now.  
Tonight, I made some changes to app.yml and ran the familiar ./launcher app rebuild command only to be met with this response

```
Unable to find image 'discourse/discourse:1.3.10' locally
Pulling repository docker.io/discourse/discourse
/usr/bin/docker: Tag 1.3.10 not found in repository docker.io/discourse/discourse.
See '/usr/bin/docker run --help'.
Your Docker installation is not working correctly

```

After trying to troubleshoot the error via various posts here on meta, I’m a little stumped.  
I get the same message whether I try launcher stop app, launcher cleanup etc. Basically, no launcher command will work right now.

I checked [discourse/discourse - Docker Image](https://hub.docker.com/r/discourse/discourse/tags/) and tag 1.3.10 is indeed not there. I believe this is the problem, but my docker/discourse knowledge is not sufficient enough for me to solve it myself.

Just for info, I tried docker pull discourse/discourse:1.3.9 and the return message is

```
Status: Image is up to date for discourse/discourse:1.3.9

```

I’m sure I’m just missing a parameter here to fix this. Can anyone help me out?

Thanks in advance,  
Neil.

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [December 28, 2016, 7:38pm UTC](https://meta.discourse.org/t/launcher-rebuild-start-stop-app-throwing-error/54903/2 "2016-12-28T19:38:50Z")

</div>

My bad, bumped image too early and got bit by a subtle change on google brotli. Pushing image now, will inform here when fixed.

---

<div class="post-metadata">

### Author: ![bradydowling](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bradydowling/32/121138_2.png) [@bradydowling](https://meta.discourse.org/u/bradydowling)
#### Post date: [December 28, 2016, 7:41pm UTC](https://meta.discourse.org/t/launcher-rebuild-start-stop-app-throwing-error/54903/3 "2016-12-28T19:41:46Z")

</div>

Just ran `./launcher rebuild app` and in return I got:

```plaintext
Unable to find image 'discourse/discourse:1.3.10' locally
Pulling repository docker.io/discourse/discourse
/usr/bin/docker: Tag 1.3.10 not found in repository docker.io/discourse/discourse.
See '/usr/bin/docker run --help'.
Your Docker installation is not working correctly

```

With the reference to this thread. Looks like this is because the image was just barely updated but hasn’t been posted to Docker hub so as @riking mentioned, the solution is just to wait an hour or so and then run the command again.

Any thoughts are welcome if that’s not the case.

In the meantime, can/should I force it to use 1.3.9? If so, how?

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [December 28, 2016, 8:19pm UTC](https://meta.discourse.org/t/launcher-rebuild-start-stop-app-throwing-error/54903/4 "2016-12-28T20:19:36Z")

</div>

1.3.10 is live on docker hub. Sorry about it :sadpanda:

---

<div class="post-metadata">

### Author: ![Ebs](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ebs/32/119612_2.png) [@Ebs](https://meta.discourse.org/u/Ebs)
#### Post date: [December 28, 2016, 8:23pm UTC](https://meta.discourse.org/t/launcher-rebuild-start-stop-app-throwing-error/54903/5 "2016-12-28T20:23:03Z")

</div>

Rebuilding now. Thanks 🙂

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [December 28, 2016, 10:25pm UTC](https://meta.discourse.org/t/launcher-rebuild-start-stop-app-throwing-error/54903/6 "2016-12-28T22:25:57Z")

</div>


