쿠키 기본 설정 선택

당사는 사이트와 서비스를 제공하는 데 필요한 필수 쿠키 및 유사한 도구를 사용합니다. 고객이 사이트를 어떻게 사용하는지 파악하고 개선할 수 있도록 성능 쿠키를 사용해 익명의 통계를 수집합니다. 필수 쿠키는 비활성화할 수 없지만 '사용자 지정' 또는 ‘거부’를 클릭하여 성능 쿠키를 거부할 수 있습니다.

사용자가 동의하는 경우 AWS와 승인된 제3자도 쿠키를 사용하여 유용한 사이트 기능을 제공하고, 사용자의 기본 설정을 기억하고, 관련 광고를 비롯한 관련 콘텐츠를 표시합니다. 필수가 아닌 모든 쿠키를 수락하거나 거부하려면 ‘수락’ 또는 ‘거부’를 클릭하세요. 더 자세한 내용을 선택하려면 ‘사용자 정의’를 클릭하세요.

Creating an Amazon ECR public repository to store images

포커스 모드

이 페이지에서

Creating an Amazon ECR public repository to store images - Amazon ECR Public
이 페이지는 귀하의 언어로 번역되지 않았습니다. 번역 요청

Before you can push your Docker or Open Container Initiative (OCI) images to Amazon ECR, you must create a repository to store them in. Public repositories are visible on the Amazon ECR Public Gallery and are open to publicly pull images from. If you want to create a private repository instead, see Repositories in the Amazon Elastic Container Registry User Guide.

To create a public repository (AWS Management Console)
  1. Open the Amazon ECR console at https://console.aws.amazon.com/ecr/.

  2. From the navigation bar, choose the AWS Region to create your public repository in.

  3. In the navigation pane, choose Repositories.

  4. On the Repositories page, choose Create repository.

  5. For Visibility settings, choose Public.

  6. For Repository name, enter a unique name for your public repository. The repository name can be specified on its own (for example, nginx-web-app) or prepended with a namespace to group the repository into a category (for example, project-a/nginx-web-app).

    Note

    The repository name may container a maximum of 205 characters. The name must start with a letter and can only contain lowercase letters, numbers, hyphens, underscores, periods and forward slashes. Using a double hyphen, double underscore, or double forward slash isn't supported.

  7. For Repository logo, choose Upload file and select a local image file to use as the repository logo. Amazon ECR uploads your logo as a base64-encoded payload to a publicly available Amazon S3 bucket.

    Note

    The repository logo is only publicly visible in the Amazon ECR Public Gallery for verified accounts. A verified account is an account that is AWS Marketplace certified.

  8. For Short description enter a description of the repository. The description field is displayed on the Amazon ECR Public Gallery in the search results and on the repository detail page.

  9. For Content types select the operating system and system architecture tags to associate with the repository. These tags are publicly displayed in the Amazon ECR Public Gallery as badges on the repository and are used as search filters.

  10. For About, enter a detailed description for the repository. This text should be in Github Flavored Markdown format. For format examples, see Specifying the repository catalog data in Amazon ECR public. This field is publicly visible on the Amazon ECR Public Gallery on the repository detail page.

  11. For Usage, enter details about how to use the images in the repository. This text should be in Github Flavored Markdown format. For format examples, see Specifying the repository catalog data in Amazon ECR public. This field is publicly visible on the Amazon ECR Public Gallery on the repository detail page.

  12. Choose Create repository.

Next steps

To view the steps to push an image to your repository, select the repository and choose View push commands. For more information about pushing an image to your repository, see Pushing an image to a public repository in Amazon ECR public.

프라이버시사이트 이용 약관쿠키 기본 설정
© 2025, Amazon Web Services, Inc. 또는 계열사. All rights reserved.