Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 3.51 KB

migrating-to-the-container-registry-from-the-docker-registry.md

File metadata and controls

67 lines (43 loc) · 3.51 KB
title intro product redirect_from versions shortTitle topics
Migrating to the Container registry from the Docker registry
{% ifversion docker-ghcr-enterprise-migration %}An enterprise owner can{% else %}{% data variables.product.company_short %} will{% endif %} migrate Docker images previously stored in the Docker registry on {% data variables.location.product_location %} to the {% data variables.product.prodname_container_registry %}.
{% data reusables.gated-features.packages %}
/packages/getting-started-with-github-container-registry/migrating-to-github-container-registry-for-docker-images
/packages/guides/container-guides-for-github-packages/migrating-to-github-container-registry-for-docker-images
/packages/guides/migrating-to-github-container-registry-for-docker-images
fpt ghec feature
*
*
docker-ghcr-enterprise-migration
Migration to Container registry
Containers
Docker
Migration

{% data reusables.package_registry.container-registry-ghes-beta %}

About the {% data variables.product.prodname_container_registry %}

{% data reusables.package_registry.container-registry-benefits %} For more information, see "AUTOTITLE."

About migration from the Docker registry

{% data reusables.package_registry.container-registry-replaces-docker-registry %} If you've stored Docker images in the Docker registry, {% ifversion docker-ghcr-enterprise-migration %}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 docker-ghcr-enterprise-migration %}

{% note %}

Note: {% data reusables.package_registry.container-registry-ghes-migration-availability %} For more information about finding the version of {% data variables.product.product_name %} that you use, see "AUTOTITLE."

{% endnote %}

{% 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 %}

{% ifversion packages-rest-api %}

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."

{% endif %}

{% ifversion fpt or ghec %}

About billing for {% data variables.product.prodname_container_registry %}

For more information about billing for the {% data variables.product.prodname_container_registry %}, see "AUTOTITLE."

{% endif %}

{% ifversion docker-ghcr-enterprise-migration %}

Further reading

{% endif %}