Container Registries
CodeFloe provides a proxy cache to common container registries, such as Docker Hub and GitHub Container Registry. This prevents rate-limiting during the use of CodeFloe CI.
The proxy cache is available at cr.codefloe.com.
Supported Registries
Section titled “Supported Registries”docker.io(Docker Hub)ghcr.io(GitHub Container Registry)
docker.io (Docker Hub)
Section titled “docker.io (Docker Hub)”Instead of repo/image in your Dockerfile, use cr.codefloe.com/docker.io/<repo>/<image>:<tag>.
For official images like ubuntu and golang which don’t have a visible owner, specify the owner as library:
ghcr.io (GitHub Container Registry)
Section titled “ghcr.io (GitHub Container Registry)”Instead of ghcr.io/owner/image in your Dockerfile, use cr.codefloe.com/ghcr.io/owner/image.