Is there a difference between the AIO-image on Docker Hub and Github Container Registry?

Hello AIO developers and administrators,


Question:
Is there a difference between the AIO-image on Docker HUB (nextcloud/all-in-one:latest) and Github Container Registry (ghcr.io/nextcloud-releases/all-in-one:latest) or are they the same?


Thanks in advance!

Hi, they are the same. ghcr.io is the recommended one because no pull limits are applied to that one compared to docker hub.

1 Like

Thanks!!

Can I replace ‘nextcloud/all-in-one:latest’ with ‘ghcr.io/nextcloud-releases/all-in-one:latest’ or will this create a whole new set of containers instead of replacing them?

Yes you can replace it. It should reuse the existing config.

1 Like

Ah, thank you very much :folded_hands:t3:!!