-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(srv): add registry migration procedure MTA-5186 #3951
base: main
Are you sure you want to change the base?
Conversation
--- | ||
meta: | ||
title: Migrating an external image to the Scaleway Container Registry | ||
description: Methods to migrate or import an image from an eternal public container registry to the Scaleway Container Registry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: Methods to migrate or import an image from an eternal public container registry to the Scaleway Container Registry. | |
description: Methods to migrate or import an image from an external public container registry to the Scaleway Container Registry. |
description: Methods to migrate or import an image from an eternal public container registry to the Scaleway Container Registry. | ||
content: | ||
h1: Migrating an external image to the Scaleway Container Registry | ||
paragraph: Methods to migrate or import an image from an eternal public container registry to the Scaleway Container Registry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
paragraph: Methods to migrate or import an image from an eternal public container registry to the Scaleway Container Registry. | |
paragraph: Methods to migrate or import an image from an external public container registry to the Scaleway Container Registry. |
--- | ||
meta: | ||
title: Migrating an external image to the Scaleway Container Registry | ||
description: Methods to migrate or import an image from an eternal public container registry to the Scaleway Container Registry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: Methods to migrate or import an image from an eternal public container registry to the Scaleway Container Registry. | |
description: Methods to migrate or import an image from an external public container registry to the Scaleway Container Registry. |
not sure about my suggestion, just thought that an "eternal container registry" was weird so ffti if it actually exists.
description: Methods to migrate or import an image from an eternal public container registry to the Scaleway Container Registry. | ||
content: | ||
h1: Migrating an external image to the Scaleway Container Registry | ||
paragraph: Methods to migrate or import an image from an eternal public container registry to the Scaleway Container Registry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
paragraph: Methods to migrate or import an image from an eternal public container registry to the Scaleway Container Registry. | |
paragraph: Methods to migrate or import an image from an external public container registry to the Scaleway Container Registry. |
not sure about my suggestion, just thought that an "eternal container registry" was weird so ffti if it actually exists.
|
||
## Import images using Skopeo | ||
|
||
[Skopeo](https://github.com/containers/skopeo) is a command line utility that allows to perform various operations on container images and registries, such as image copy, inspection, deletion, etc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Skopeo](https://github.com/containers/skopeo) is a command line utility that allows to perform various operations on container images and registries, such as image copy, inspection, deletion, etc. | |
[Skopeo](https://github.com/containers/skopeo) is a command line utility that allows you to perform various operations on container images and registries, such as image copy, inspection, deletion, etc. |
|
||
## Import images using Skopeo | ||
|
||
[Skopeo](https://github.com/containers/skopeo) is a command line utility that allows to perform various operations on container images and registries, such as image copy, inspection, deletion, etc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Skopeo](https://github.com/containers/skopeo) is a command line utility that allows to perform various operations on container images and registries, such as image copy, inspection, deletion, etc. | |
[Skopeo](https://github.com/containers/skopeo) is a command line utility that allows you to perform various operations on container images and registries, such as image copy, inspection, deletion, etc. |
Your checklist for this pull request
Description
Please describe what you added or changed.