title | intro | product | redirect_from | versions | shortTitle | topics | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Migrating to the Container registry from the Docker registry |
{% ifversion ghes %}An enterprise owner can{% else %}{% data variables.product.company_short %} will{% endif %} migrate Docker images previously stored in the Docker registry on {% data variables.product.github %} to the {% data variables.product.prodname_container_registry %}. |
{% data reusables.gated-features.packages %} |
|
|
Migration to Container registry |
|
{% data reusables.package_registry.container-registry-ghes-beta %}
{% data reusables.package_registry.container-registry-benefits %} For more information, see AUTOTITLE.
{% data reusables.package_registry.container-registry-replaces-docker-registry %} If you've stored Docker images in the Docker registry, {% ifversion ghes %}an enterprise owner{% else %}{% data variables.product.company_short %}{% endif %} will gradually migrate the images to the {% data variables.product.prodname_container_registry %}. No action is required on your part.
{% ifversion ghes %}
Note
{% data reusables.package_registry.container-registry-ghes-migration-availability %} For more information about finding the version of {% data variables.product.prodname_ghe_server %} that you use, see AUTOTITLE.
{% endif %}
After a Docker image has been migrated to the {% data variables.product.prodname_container_registry %}, you'll see the following changes to the details for the package.
- The package icon will be the {% data variables.product.prodname_container_registry %} logo (a {% octicon "container" aria-label="The container icon" %} icon) instead of the Docker logo.
- The domain in the pull URL will be {% data variables.product.prodname_container_registry_namespace %} instead of {% data variables.product.prodname_docker_registry_namespace %}.
{% data reusables.package_registry.container-registry-migration-namespaces %}
After migration, you'll no longer be able to use the GraphQL API to query for packages with a PackageType
of "DOCKER". Instead, you can use the REST API to query for packages with a package_type
of "container". For more information, see AUTOTITLE.
{% ifversion fpt or ghec %}
For more information about billing for the {% data variables.product.prodname_container_registry %}, see AUTOTITLE.
{% else %}
{% endif %}