-
Notifications
You must be signed in to change notification settings - Fork 431
Maintenance: Remove support to devcontainer #1410
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
Labels
tech-debt
Technical Debt tasks
Comments
Thanks Leandro! GitPod it is
…On Wed, 3 Aug 2022 at 18:42, Leandro Damascena ***@***.***> wrote:
Summary
Indeed the Visual Studio Code Remote - Containers extension is an
excellent tool to help create isolated and customized development
environments, but I believe we have a problem using this extension in this
project.
1 - Currently the devcontainer configuration doesn't work because the
project needs docker to run some operations
[image: image]
<https://user-images.githubusercontent.com/4295173/182662331-6ef7e659-61e5-4039-81da-d6193e7e8b97.png>
2 - The official image (mcr.microsoft.com/vscode/devcontainers/python-*)
does not support docker installation.
[image: image]
<https://user-images.githubusercontent.com/4295173/182662847-453bedf2-b419-4d0f-8fbc-3e8c757baed6.png>
3 - Gitpod can be used as an alternative for those who don't want to
configure a local environment.
Why is this needed?
To avoid problems setting up a development environment.
Which area does this relate to?
Governance, Other
Solution
*No response*
Acknowledgment
- This request meets Lambda Powertools Tenets
<https://awslabs.github.io/aws-lambda-powertools-python/latest/#tenets>
- Should this be considered in other Lambda Powertools languages? i.e.
Java <https://github.com/awslabs/aws-lambda-powertools-java/>,
TypeScript
<https://github.com/awslabs/aws-lambda-powertools-typescript/>
—
Reply to this email directly, view it on GitHub
<#1410>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZPQBBXEU2KD3XM6MXCHW3VXKOORANCNFSM55PQRPFQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
7 tasks
This is now released under 1.27.0 version! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Indeed the Visual Studio Code Remote - Containers extension is an excellent tool to help create isolated and customized development environments, but I believe we have a problem using this extension in this project.
1 - Currently the devcontainer configuration doesn't work because the project needs docker to run some operations
2 - The official image (mcr.microsoft.com/vscode/devcontainers/python-*) does not support docker installation.
3 - Gitpod can be used as an alternative for those who don't want to configure a local environment.
Why is this needed?
To avoid problems setting up a development environment.
Which area does this relate to?
Governance, Other
Solution
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: