cdklabs / cdk-cicd-wrapper

This repository contains the infrastructure as code to wrap your AWS CDK project with CI/CD around it.
https://cdklabs.github.io/cdk-cicd-wrapper/
Apache License 2.0
21 stars 5 forks source link

[FEATURE] Support private docker repositories #63

Open gyalai-aws opened 2 months ago

gyalai-aws commented 2 months ago

Describe the feature

I want to be able to use docker base images for my lambdas from private docker registries.

Use Case

I have a Docker based lambda that is using a base image located in our private ecr. The current version of the wrapper doesn't support the docker login.

Proposed Solution

Enable to pass in dockercredentials to the pipeline https://github.com/aws/aws-cdk/pull/15364

Other Information

No response

Acknowledgements

Environment details (OS name and version, etc.)

ALL