Default container registry for Scaleway cluster

@km1414, @prki

Skipping image mirroring is now available for Scaleway container registry as well.
In a similar way as for AWS, you need to:

  1. create a container registry pointing to your cluster registry, it must be of the form https://$SCW_HOST/$REPOSITORY_NAME. The URL host depends on your cluster region, i.e for a pl-waw cluster the host would be https://rg.pl-waw.scw.cloud/$REPOSITORY_NAME

  2. Update each of your container / job to use this new container registry.
    The image name on Qovery side should follow the pattern:$REPOSITORY_NAME/$IMAGE_NAME => with an image stored on Scaleway registry having this pull url rg.pl-waw.scw.cloud/repository/nginx the image name to indicate is repository/nginx:


  3. Redeploy them, you should see in the deployment logs that the mirroring has been skipped