From 1057642728d04707af1a6c12c72cc089b607d028 Mon Sep 17 00:00:00 2001 From: Loic KHAMDY Date: Thu, 13 Aug 2026 17:59:31 +0200 Subject: [PATCH 1/5] feat(container-registry): add info for it-mil MTA-7342 --- pages/container-registry/how-to/push-images.mdx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pages/container-registry/how-to/push-images.mdx b/pages/container-registry/how-to/push-images.mdx index f177d0392e..ef3033db25 100644 --- a/pages/container-registry/how-to/push-images.mdx +++ b/pages/container-registry/how-to/push-images.mdx @@ -19,6 +19,11 @@ After [configuring Docker on your local machine](/container-registry/how-to/conn - [Docker](https://www.docker.com/) installed on your local computer - Access to your [namespace](/container-registry/how-to/connect-docker-cli/) + + - Replace the placeholders of the following examples with the appropriate values. + - For the regions `fr-par`, `nl-ams`, and `pl-waw`, use the format `rg..scw.cloud//:` + - For the region `it-mil`, use `scw.eu` instead of `scw.cloud`: `rg.it-mil.scw.eu//:` + 1. Open a terminal window on your local computer. 2. Pull the latest release of the [Ubuntu](https://hub.docker.com/_/ubuntu/) Docker image: @@ -27,15 +32,12 @@ After [configuring Docker on your local machine](/container-registry/how-to/conn ``` 3. Tag the image: ```bash - docker tag ubuntu:latest rg.fr-par.scw.cloud/mynamespace/ubuntu:latest + docker tag ubuntu:latest rg.fr-par.scw.cloud//ubuntu:latest ``` 4. Push the image to your Container Registry namespace using docker: ```bash - docker push rg.fr-par.scw.cloud/mynamespace/ubuntu:latest + docker push rg.fr-par.scw.cloud//ubuntu:latest ``` - - Replace `mynamespace` in the examples above with the name of your namespace. - From e4fe2cfab776f9cd8299d05e584ffab64b65414c Mon Sep 17 00:00:00 2001 From: Loic KHAMDY Date: Thu, 13 Aug 2026 18:00:08 +0200 Subject: [PATCH 2/5] feat(container-registry): remove availability info --- pages/container-registry/faq.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/container-registry/faq.mdx b/pages/container-registry/faq.mdx index 81111d7f95..d455828f37 100644 --- a/pages/container-registry/faq.mdx +++ b/pages/container-registry/faq.mdx @@ -12,7 +12,6 @@ productIcon: RegistryProductIcon Scaleway Container Registry is a fully managed mutualized Container Registry, designed to facilitate storing, managing, and deploying container images. It simplifies the development-to-production workflow as there is no need to operate its own Container Registry or worry about the underlying infrastructure. You can store any docker container image on the Namespace and it is possible to set the visibility of each image towards your needs. It can either be private or public. -The Service is currently available in our `nl-ams` (Amsterdam, The Netherlands), `fr-par` (Paris, France), and `pl-waw` (Poland, Warsaw) Availability Zones. ## Pricing and billing From 91a64b58b0325acce49f807b0e46bd740c68b7e8 Mon Sep 17 00:00:00 2001 From: Loic KHAMDY Date: Thu, 13 Aug 2026 18:00:59 +0200 Subject: [PATCH 3/5] feat(container-registry): update validation date --- pages/container-registry/how-to/push-images.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/container-registry/how-to/push-images.mdx b/pages/container-registry/how-to/push-images.mdx index ef3033db25..87e89c6fa7 100644 --- a/pages/container-registry/how-to/push-images.mdx +++ b/pages/container-registry/how-to/push-images.mdx @@ -3,7 +3,7 @@ title: How to push images to your namespace description: Learn how to push container images to Scaleway's Container Registry. tags: push-image namespace container-registry dates: - validation: 2025-07-01 + validation: 2026-08-13 posted: 2019-02-25 --- import Requirements from '@macros/iam/requirements.mdx' From 345bcb1d1089c69b777b68454cd1f0c6e6535bdf Mon Sep 17 00:00:00 2001 From: Loic KHAMDY Date: Thu, 13 Aug 2026 18:05:15 +0200 Subject: [PATCH 4/5] feat(container-registry): typo --- pages/container-registry/how-to/push-images.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/container-registry/how-to/push-images.mdx b/pages/container-registry/how-to/push-images.mdx index 87e89c6fa7..2aa57c609a 100644 --- a/pages/container-registry/how-to/push-images.mdx +++ b/pages/container-registry/how-to/push-images.mdx @@ -20,7 +20,7 @@ After [configuring Docker on your local machine](/container-registry/how-to/conn - Access to your [namespace](/container-registry/how-to/connect-docker-cli/) - - Replace the placeholders of the following examples with the appropriate values. + Replace the placeholders of the following examples with the appropriate values. - For the regions `fr-par`, `nl-ams`, and `pl-waw`, use the format `rg..scw.cloud//:` - For the region `it-mil`, use `scw.eu` instead of `scw.cloud`: `rg.it-mil.scw.eu//:` From fbef7f1d91b0001aa68a59590654ebba63de8b6e Mon Sep 17 00:00:00 2001 From: Loic-kd Date: Thu, 13 Aug 2026 19:10:44 +0200 Subject: [PATCH 5/5] Apply suggestions from code review Co-authored-by: vanda-scw --- pages/container-registry/how-to/push-images.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/container-registry/how-to/push-images.mdx b/pages/container-registry/how-to/push-images.mdx index 2aa57c609a..04ed96bc0a 100644 --- a/pages/container-registry/how-to/push-images.mdx +++ b/pages/container-registry/how-to/push-images.mdx @@ -20,7 +20,7 @@ After [configuring Docker on your local machine](/container-registry/how-to/conn - Access to your [namespace](/container-registry/how-to/connect-docker-cli/) - Replace the placeholders of the following examples with the appropriate values. + Replace the placeholders in the following examples with the appropriate values. - For the regions `fr-par`, `nl-ams`, and `pl-waw`, use the format `rg..scw.cloud//:` - For the region `it-mil`, use `scw.eu` instead of `scw.cloud`: `rg.it-mil.scw.eu//:`