ecrpublic_create_repository: Creates a repository in a public registry

View source: R/ecrpublic_operations.R

ecrpublic_create_repositoryR Documentation

Creates a repository in a public registry

Description

Creates a repository in a public registry. For more information, see Amazon ECR repositories in the Amazon Elastic Container Registry User Guide.

See https://www.paws-r-sdk.com/docs/ecrpublic_create_repository/ for full documentation.

Usage

ecrpublic_create_repository(repositoryName, catalogData = NULL, tags = NULL)

Arguments

repositoryName

[required] The name to use for the repository. This appears publicly in the Amazon ECR Public Gallery. 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).

catalogData

The details about the repository that are publicly visible in the Amazon ECR Public Gallery.

tags

The metadata that you apply to each repository to help categorize and organize your repositories. Each tag consists of a key and an optional value. You define both of them. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.