-
Notifications
You must be signed in to change notification settings - Fork 3
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
build: devcontainer TDE-598 #285
base: master
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,4 @@ | |||
#!/bin/bash | |||
|
|||
git config --global --add safe.directory $1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The fix in devcontainer pre-release mentioned in microsoft/vscode-remote-release#7628 (comment) did not work for me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Converted to draft as there is an issue with pre-commit install
during the very first initialization of the container.
To reproduce, need to clean Docker cache docker builder prune
Using |
Description
Add a
devcontainter
to this repo in order to facilitate development in a Python with GDAL and Poetry dependencies environment.Discussion
pjl
: some of us use this tool to print the json logs in a pretty format. We could add this tool in the Docker container.