Skip to main content

Docker 레지스트리 작업

이제 Docker 레지스트리가 Container registry로 대체되었습니다.를 사용하여 Docker 이미지를 푸시하고 끌어올 수 있습니다.

GitHub Packages는 GitHub Free, GitHub Pro, 조직용 GitHub Free, GitHub Team, GitHub Enterprise Cloud, GitHub Enterprise Server 3.0 이상 및 GitHub AE를 이용해 사용할 수 있습니다.
GitHub Packages는 레거시 리포지토리별 플랜을 사용하는 계정이 소유한 프라이빗 리포지토리에서 사용할 수 없습니다. 또한 레거시 리포지토리별 플랜을 사용하는 계정은 리포지토리별로 요금이 청구되므로 Container registry에 액세스할 수 없습니다. 자세한 내용은 “GitHub 제품”을 참조하세요.

GitHub's Docker registry (which used the namespace docker.pkg.github.com) has been replaced by the Container registry (which uses the namespace https://ghcr.io). The Container registry offers benefits such as granular permissions and storage optimization for Docker images.

Docker images previously stored in the Docker registry are being automatically migrated into the Container registry. For more information, see "Migrating to the Container registry from the Docker registry" and "Working with the Container registry."