Tag 1.3.10 not found on reload

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.

1.3.10 is here: Docker Hub

The issue is still happening with you?

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.

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

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?

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.

5 Likes

That did it. Thanks!

1 Like