registry add
Adds a new external registry.
Usage
registry add [command] [flags]
The following registry add
commands are supported:
Command | Description |
---|---|
replicated registry add dockerhub | Adds a DockerHub registry. |
replicated registry add ecr | Adds an Amazon Elastic Container Registry (ECR). |
replicated registry add gar | Adds a Google Artifact Registry (GAR). |
replicated registry add gcr | Adds a Google Container Registry (GCR). |
replicated registry add ghcr | Adds a GitHub Container Registry (GHCR). |
replicated registry add other | Adds a registry that is not otherwise specified with its own command. |
replicated registry add quay | Adds a quay.io registry. |
The following flags are supported:
Flag | Type (if applicable) | Description |
---|---|---|
--app | string | The app slug or app ID to use in all calls. The default uses the $REPLICATED_APP environment variable. |
-h, --help | Help for the command. | |
--skip-validation | Skips the validation of the registry (not recommended). | |
--token | string | The API token used to access your application in the Vendor API. The default uses the $REPLICATED_API_TOKEN environment variable. |