You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jobs/registry-empty-ressource-cleaner/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Scaleway Container Registry Cleaner
2
2
3
-
This project helps you clean up your Container Registry by deleting namespaces without images inside.
3
+
This project helps you clean up your Container Registry by deleting namespaces that do not contain any images.
4
4
5
5
## Requirements
6
6
@@ -9,22 +9,22 @@ This project helps you clean up your Container Registry by deleting namespaces w
9
9
- Container registry namespace created, for this example we assume that your namespace name is `registry-cleaner`: [doc here](https://www.scaleway.com/en/docs/containers/container-registry/how-to/create-namespace/)
10
10
- API keys generated, Access Key and Secret Key [doc here](https://www.scaleway.com/en/docs/iam/how-to/create-api-keys/)
11
11
12
-
## Step 1: Build and push to Container registry
12
+
## Step 1: Build and Push to Container Registry
13
13
14
14
Serverless Jobs, like Serverless Containers (which are suited for HTTP applications), works
15
15
with containers. So first, use your terminal reach this folder and run the following commands:
16
16
17
17
```shell
18
-
#First command is to login to container registry, you can find it in Scaleway console
18
+
#The first command logs in to the container registry; you can find it in the Scaleway console
Copy file name to clipboardExpand all lines: jobs/registry-version-based-retention/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Scaleway Container Registry Tag Cleaner
2
2
3
-
This project aims to clean up Scaleway Container Registry tags to keep only the N latest tags for each image. It is useful for managing disk space and keeping the registry organized.
3
+
This project aims to clean up Scaleway Container Registry tags to keep only the N latest tags for each image, which is useful for managing disk space and organizing the registry.
4
4
5
5
## Requirements
6
6
@@ -9,22 +9,22 @@ This project aims to clean up Scaleway Container Registry tags to keep only the
9
9
- Container registry namespace created, for this example we assume that your namespace name is `registry-cleaner`: [doc here](https://www.scaleway.com/en/docs/containers/container-registry/how-to/create-namespace/)
10
10
- API keys generated, Access Key and Secret Key [doc here](https://www.scaleway.com/en/docs/iam/how-to/create-api-keys/)
11
11
12
-
## Step 1: Build and push to Container registry
12
+
## Step 1: Build and Push to Container Registry
13
13
14
14
Serverless Jobs, like Serverless Containers (which are suited for HTTP applications), works
15
15
with containers. So first, use your terminal reach this folder and run the following commands:
16
16
17
17
```shell
18
-
# First command is to login to container registry, you can find it in Scaleway console
18
+
# First, log in to the container registry. You can find your login details in the Scaleway console.
0 commit comments