Ratelimit problems when pulling docker images

Hi,

since a few days, I have permanent problems with pulling docker images, making it impossible to upgrade a productive Plane Community instance. It seems that there is some issue with docker ratelimiting. The same thing happens for the commercial AIO image. I have this happen from different systems (private internet connection, multiple VPS from different hosters). Therefore, I don’t think the problem is that I specifically am ratelimited by docker.

Sometimes, a pull goes through. For example, after about three hours, I managed to upgrade all 8 containers of a testing instance.

└─$ podman pull artifacts.plane.so/makeplane/plane-backend
Trying to pull artifacts.plane.so/makeplane/plane-backend:latest...
WARN[0033] Failed, retrying in 1s ... (1/3). Error: initializing source docker://artifacts.plane.so/makeplane/plane-backend:latest: reading manifest latest in artifacts.plane.so/makeplane/plane-backend: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
└─$ podman pull artifacts.plane.so/makeplane/plane-aio-commercial:stable
Trying to pull artifacts.plane.so/makeplane/plane-aio-commercial:stable...
WARN[0035] Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://artifacts.plane.so/makeplane/plane-aio-commercial:stable: reading manifest sha256:7385b873e58f8325e68950689ae003ce1cb8d017f49011ab4b3f1ad9e6e958db in artifacts.plane.so/makeplane/plane-aio-commercial: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit

Hi @peet, could you please try removing artifacts.plane.so from the Docker image name? For example, use makeplane/plane-aio-commercial instead of artifacts.plane.so/makeplane/plane-aio-commercial.