# Tag 1.3.10 not found on reload

**URL:** https://meta.discourse.org/t/tag-1-3-10-not-found-on-reload/55910
**Category:** Support
**Created:** [January 17, 2017, 4:21pm UTC](https://meta.discourse.org/t/tag-1-3-10-not-found-on-reload/55910 "2017-01-17T16:21:11Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Justin\_Funk](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/justin_funk/32/121283_2.png) [@Justin\_Funk](https://meta.discourse.org/u/Justin_Funk)
#### Post date: [January 17, 2017, 4:21pm UTC](https://meta.discourse.org/t/tag-1-3-10-not-found-on-reload/55910/1 "2017-01-17T16:21:11Z")

</div>

> [@Launcher \[rebuild/start/stop\] app throwing error](https://meta.discourse.org/t/launcher-rebuild-start-stop-app-throwing-error/54903):
>
> 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 …

I’m having this issue this morning:

```
root@forum:/var/discourse# ./launcher logs app

WARNING: We are about to start downloading the Discourse base image
This process may take anywhere between a few minutes to an hour, depending on your network speed

Please be patient

Unable to find image 'discourse/discourse:1.3.10' locally
1.3.10: Pulling from discourse/discourse
e13f8a56e7bc: Pulling fs layer
5a8418a8b57b: Pulling fs layer
5a8418a8b57b: Verifying Checksum
5a8418a8b57b: Download complete
e13f8a56e7bc: Verifying Checksum
e13f8a56e7bc: Download complete
Pulling repository docker.io/discourse/discourse
Tag 1.3.10 not found in repository docker.io/discourse/discourse
Your Docker installation is not working correctly

See: https://meta.discourse.org/t/docker-error-on-bootstrap/13657/18?u=sam

```

The server is living on DigitalOcean, if it matters.

---

<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: [January 17, 2017, 4:29pm UTC](https://meta.discourse.org/t/tag-1-3-10-not-found-on-reload/55910/2 "2017-01-17T16:29:09Z")

</div>

1.3.10 is here: [discourse/discourse - Docker Image](https://hub.docker.com/r/discourse/discourse/tags/)

The issue is still happening with you?

---

<div class="post-metadata">

### Author: ![JagWaugh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagwaugh/32/69335_2.png) [@JagWaugh](https://meta.discourse.org/u/JagWaugh)
#### Post date: [January 17, 2017, 4:32pm UTC](https://meta.discourse.org/t/tag-1-3-10-not-found-on-reload/55910/3 "2017-01-17T16:32:42Z")

</div>

I saw something similar to this on Docker on synology as well as docker on windows a while back. :latest wasn’t found, but if you typed discourse/discourse:1.3.6 (or whatever was the latest at the time) then it worked.

---

<div class="post-metadata">

### Author: ![Justin\_Funk](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/justin_funk/32/121283_2.png) [@Justin\_Funk](https://meta.discourse.org/u/Justin_Funk)
#### Post date: [January 17, 2017, 4:37pm UTC](https://meta.discourse.org/t/tag-1-3-10-not-found-on-reload/55910/4 "2017-01-17T16:37:55Z")

</div>

It is still happening. However, it is also happening with :latest, :1.3.9, :1.3.8  
My latest local image is 1.3.7

Docker downloads and extracts the images and then errors. I’m not super familiar with Docker, so I’m not sure what’s going wrong.

```
root@forum:/var/discourse# docker -D pull discourse/discourse:1.3.9
1.3.9: Pulling from discourse/discourse
10b1be26faf4: Extracting [=====================================>] 240.1 MB/323.1 MB
e891b1433f5a: Download complete 
Pulling repository docker.io/discourse/discourse
Tag 1.3.9 not found in repository docker.io/discourse/discourse

```

---

<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: [January 17, 2017, 4:49pm UTC](https://meta.discourse.org/t/tag-1-3-10-not-found-on-reload/55910/5 "2017-01-17T16:49:04Z")

</div>

Brand new DO droplet:

```
root@test-docker-1gb-nyc3-01:~# docker -D pull discourse/discourse:1.3.10

1.3.10: Pulling from discourse/discourse
dcae0346555e: Pull complete 
e5c7be3cd856: Pull complete 
Digest: sha256:7f52137e368fb17f92744814eefdee9a22ba3f75f2e37a0fc73197d0d0772f65
Status: Downloaded newer image for discourse/discourse:1.3.10

```

Do you disk space?

---

<div class="post-metadata">

### Author: ![Justin\_Funk](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/justin_funk/32/121283_2.png) [@Justin\_Funk](https://meta.discourse.org/u/Justin_Funk)
#### Post date: [January 17, 2017, 4:52pm UTC](https://meta.discourse.org/t/tag-1-3-10-not-found-on-reload/55910/6 "2017-01-17T16:52:15Z")

</div>

I think you found it. I’m resizing my instance now. I have 1.5G free, but I guess you are right that it is hitting that.

I’ll report back either way.

---

<div class="post-metadata">

### Author: ![Justin\_Funk](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/justin_funk/32/121283_2.png) [@Justin\_Funk](https://meta.discourse.org/u/Justin_Funk)
#### Post date: [January 17, 2017, 4:57pm UTC](https://meta.discourse.org/t/tag-1-3-10-not-found-on-reload/55910/7 "2017-01-17T16:57:37Z")

</div>

That did it. Thanks!

---

<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: [January 17, 2017, 5:00pm UTC](https://meta.discourse.org/t/tag-1-3-10-not-found-on-reload/55910/8 "2017-01-17T17:00:45Z")

</div>


