This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/docs/reference/aws/ecr.md
paulb 7d9db41f4b feat: allow use of v2 AWS CLI
Signed-off-by: paulb <barrie.paul@protonmail.com>
2021-10-08 17:43:54 +02:00

1.4 KiB

sidebar_label
ecr

alpha.dagger.io/aws/ecr

Amazon Elastic Container Registry (ECR)

import "alpha.dagger.io/aws/ecr"

ecr.#Credentials

Convert ECR credentials to Docker Login format

ecr.#Credentials Inputs

Name Type Description
config.region string AWS region
config.accessKey dagger.#Secret AWS access key
config.secretKey dagger.#Secret AWS secret key
config.localMode *false | bool AWS localstack mode
ctr.image.config.region string AWS region
ctr.image.config.accessKey dagger.#Secret AWS access key
ctr.image.config.secretKey dagger.#Secret AWS secret key
ctr.image.config.localMode *false | bool AWS localstack mode
ctr.image.version *"1.18" | string -

ecr.#Credentials Outputs

Name Type Description
username "AWS" ECR registry
secret string ECR registry secret