-
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
(devcontainer): missing git-lfs #33461
Labels
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p3
package/tools
Related to AWS CDK Tools or CLI
Comments
Yeah I guess we need to update Dockerfile or devcontainer configuration. We welcome PRs. |
1 task
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. |
yashkh-amzn
pushed a commit
to yashkh-amzn/aws-cdk
that referenced
this issue
Feb 21, 2025
### Issue # (if applicable) Closes aws#33461 . ### Reason for this change Because git lfs is not installed in devcontainer. ### Description of changes install git lfs on dev container. ### Describe any new or updated permissions being added ### Description of how you validated changes ### 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*
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p3
package/tools
Related to AWS CDK Tools or CLI
Describe the bug
This blocks devcontainer user from pushing commit
Manually install git-lfs fix the issue. Before we didn't need to do that.
Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
git-lfs preinstalled in devcontainer
Current Behavior
No git-lfs in devcontainer
Reproduction Steps
Open main branch in devcontainer
Possible Solution
Preinstall git-lfs in devcontainer
Additional Information/Context
Manually install git-lfs fix the issue
CDK CLI Version
main
Framework Version
No response
Node.js Version
v20.18.1
OS
devcontainer
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: