Gitlab install fails consistently due to missing Docker container
-
When I attempt to install Gitlab on my instance, I get the following error:
An error occurred during the install operation: Docker Error: (HTTP code 404) no such container - No such image: cloudron/com.gitlab.cloudronapp:20230312-065100-441837260
This has happened consistently for the past three days. Retrying does not help, nor does deinstalling and reinstalling.
Could you please fix this? Thank you.
-
-
@girish Thanks for your reply.
unbound
is green, as are all other services on the dashboard.I'm also able to install other apps without difficulty. This appears to be specific to Gitlab.
The only thing which isn't working is email, but I don't see how that should be related.
-
Tried this again now and the image is very much there.
$ docker pull cloudron/com.gitlab.cloudronapp:20230312-065100-441837260 20230312-065100-441837260: Pulling from cloudron/com.gitlab.cloudronapp e96e057aae67: Already exists f319501191fe: Already exists .... 602a6d78f16d: Pull complete Digest: sha256:854bdc340d7434da03c7fb0c85c844b1351f3046682add688944b7f4a2a70fd0 Status: Downloaded newer image for cloudron/com.gitlab.cloudronapp:20230312-065100-441837260 docker.io/cloudron/com.gitlab.cloudronapp:20230312-065100-441837260
-
I tried again this evening and got the same 404 error.
However, I noticed when I did the manual
docker pull
that the volume on the server was running low on space. I rectified that and retried, after which the installation worked.I'm not sure how a lack of space could be related to a 404 error, but it's working now.
Thanks for your help!
-