From 523994a6a663925aae206876400c862be2666938 Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Tue, 19 Nov 2024 17:34:16 +0100 Subject: [PATCH 1/3] fix(srv): replace snippet with link to dedicated doc --- faq/serverless-containers.mdx | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/faq/serverless-containers.mdx b/faq/serverless-containers.mdx index 94e283cc74..22f598e39c 100644 --- a/faq/serverless-containers.mdx +++ b/faq/serverless-containers.mdx @@ -103,20 +103,7 @@ Refer to our dedicated page about [Serverless Containers limitations and configu ## How can I copy an image from an external registry to Scaleway Container Registry? -You can copy an image from an external registry by [logging in to the Scaleway Container Registry](/containers/container-registry/how-to/connect-docker-cli/) using the Docker CLI, and by copying the image as shown below: - -```sh -docker pull alpine:latest -docker tag alpine:latest rg.fr-par.scw.cloud/example/alpine:latest -docker push rg.fr-par.scw.cloud/example/alpine:latest -``` - -Alternatively, you can use tools such as [Skopeo](https://github.com/containers/skopeo) to copy the image: - -```sh -skopeo login rg.fr-par.scw.cloud -u nologin -p $SCW_SECRET_KEY -skopeo copy --override-os linux docker://docker.io/alpine:latest docker://rg.fr-par.scw.cloud/example/alpine:latest -``` +You can copy an image from an external registry by [logging in to the Scaleway Container Registry](/containers/container-registry/how-to/connect-docker-cli/) using the Docker CLI, or using open source third party tools such as Skopeo. Refer to the [dedicated documentation](/serverless/containers/api-cli/migrate-external-image-to-scaleway-registry/) for more information. ## Can I whitelist the IPs of my containers? From d840887159bf26179efcb21905746a35825c43d5 Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Tue, 19 Nov 2024 17:35:49 +0100 Subject: [PATCH 2/3] fix(srv): update --- faq/serverless-containers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq/serverless-containers.mdx b/faq/serverless-containers.mdx index 22f598e39c..b771937d9d 100644 --- a/faq/serverless-containers.mdx +++ b/faq/serverless-containers.mdx @@ -103,7 +103,7 @@ Refer to our dedicated page about [Serverless Containers limitations and configu ## How can I copy an image from an external registry to Scaleway Container Registry? -You can copy an image from an external registry by [logging in to the Scaleway Container Registry](/containers/container-registry/how-to/connect-docker-cli/) using the Docker CLI, or using open source third party tools such as Skopeo. Refer to the [dedicated documentation](/serverless/containers/api-cli/migrate-external-image-to-scaleway-registry/) for more information. +You can copy an image from an external registry using the Docker CLI, or using open source third party tools such as Skopeo. Refer to the [dedicated documentation](/serverless/containers/api-cli/migrate-external-image-to-scaleway-registry/) for more information. ## Can I whitelist the IPs of my containers? From 57063d53574c55aaadab588d1c22a4a3923e4930 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Wed, 20 Nov 2024 15:51:27 +0100 Subject: [PATCH 3/3] Update faq/serverless-containers.mdx Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> --- faq/serverless-containers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq/serverless-containers.mdx b/faq/serverless-containers.mdx index b771937d9d..5b3d38224c 100644 --- a/faq/serverless-containers.mdx +++ b/faq/serverless-containers.mdx @@ -103,7 +103,7 @@ Refer to our dedicated page about [Serverless Containers limitations and configu ## How can I copy an image from an external registry to Scaleway Container Registry? -You can copy an image from an external registry using the Docker CLI, or using open source third party tools such as Skopeo. Refer to the [dedicated documentation](/serverless/containers/api-cli/migrate-external-image-to-scaleway-registry/) for more information. +You can copy an image from an external registry using the Docker CLI, or open source third-party tools such as Skopeo. Refer to the [dedicated documentation](/serverless/containers/api-cli/migrate-external-image-to-scaleway-registry/) for more information. ## Can I whitelist the IPs of my containers?