View source: R/ecrpublic_operations.R
ecrpublic_create_repository | R Documentation |
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.
ecrpublic_create_repository(repositoryName, catalogData = NULL, tags = NULL)
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 |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.