Container Registry는 지원 중단되었으며 종료될 예정입니다. 2024년 5월 15일부터 Artifact Registry는 이전 Container Registry를 사용하지 않고 프로젝트의 gcr.io 도메인 이미지를 호스팅합니다. 2025년 3월 18일 이후에는 Container Registry가 종료됩니다.
매니페스트 목록처럼, 이미지 색인 매니페스트도 여러 이미지 매니페스트를 참조합니다. 이미지 색인은 다중 플랫폼 이미지에 유용합니다.
Docker V1 이미지 형식 지원 중단
2017년 2월 28일부터 Docker V2 레지스트리 사양이 Docker V1 사양을 대체합니다. Docker V1 사양은 더 이상 지원되지 않으며, Docker V1 이미지는 Container Registry와 함께 사용할 수 없습니다.
Docker V2는 콘텐츠 지정 가능 이미지를 허용하고 이미지 레이어 추적을 단순화하는 일련의 변경사항을 Docker 이미지 형식에 적용했습니다.
Docker V2 이미지 매니페스트는 Docker V1 이미지와는 달리, 이미지 레이어의 모든 콘텐츠 주소('다이제스트')를 포함합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-04-03(UTC)"],[[["Container Registry supports Docker Image Manifest V2 (both Schema 1 and Schema 2) and Open Container Initiative (OCI) image formats for container images."],["Docker V2 images, which supersede the deprecated Docker V1 images, offer content-addressable images and multi-architecture support."],["Manifest lists (for Docker V2) and image indexes (for OCI) allow a single tag or digest to represent multiple versions or platforms of an image."],["The Docker V1 image format is deprecated and cannot be used with Container Registry, and all users must use Docker V2 or OCI compatible images."],["Upgrading from Docker V1 to Docker V2 images can be done by pulling existing V1 images with `docker pull` and then pushing them with `docker push`, if using a docker version higher than 1.6."]]],[]]