Skipping image mirroring is now available for Scaleway container registry as well.
In a similar way as for AWS, you need to:
-
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 apl-wawcluster the host would behttps://rg.pl-waw.scw.cloud/$REPOSITORY_NAME -
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 urlrg.pl-waw.scw.cloud/repository/nginxthe image name to indicate isrepository/nginx:
-
Redeploy them, you should see in the deployment logs that the mirroring has been skipped

