-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws-ecr-assets: there's no description about CDK_DOCKER environment variable #32585
Comments
Thanks @ymotongpoo for reporting this issue and submitting a PR for the same. Its always helpful to have clear documentation and your PR adds-on on that enhancement about CDK_DOCKER. Appreciate your efforts! |
Comments on closed issues and PRs are hard for our team to see. |
1 similar comment
Comments on closed issues and PRs are hard for our team to see. |
…32586) ### Issue # (if applicable) Closes #32585. ### Reason for this change This change adds description that `CDK_DOCKER` environment variable is also effective in `aws-ecr-assets` module like `aws-s3-assets`. ### Description of changes Just a documentation change. No code change. ### Describe any new or updated permissions being added N/A ### Description of how you validated changes I confirmed the environment variable is effective locally. ### Checklist - [X] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Describe the issue
Though there are cases where the local machine doesn't have
docker
command but haspodman
,nerdctl
orfinch
, the document ofaws-ecr-assets
doesn't mention that it supports Docker CLI compatible commands withCDK_DOCKER
. This information is not available either from the document[1] or from the error message[2].[1] https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ecr_assets-readme.html
[2]
Links
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ecr_assets-readme.html#images-from-dockerfile
The text was updated successfully, but these errors were encountered: