-
Notifications
You must be signed in to change notification settings - Fork 462
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
Update devcontainer with java and non-root user #776
Conversation
@StromFLIX and @cpeeyush: Given you submitted PRs over a year ago, I wanted to include you in the review request. We did a few more updates given CVE vulnerabilities, but your changes/suggestions should be represented in the PR updates. We welcome any feedback from you. |
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 container started successfully. I left some comments to address and let's have a quick call on the postcreate.sh execution when you read this! Thanks for fixing it!
e2e_samples/parking_sensors_synapse/.devcontainer/devcontainer.json
Outdated
Show resolved
Hide resolved
}, | ||
"remoteUser": "mdwuser", | ||
"postCreateCommand": "./.devcontainer/post_create.sh" |
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.
While testing and I get to the post_create.sh command I get the following error:
postCreateCommandfailed with exit code 127. Skipping any further user-provided commands.
Did you also have this problem? Maybe is just a problem on my side, but I would like to confirm with you.
Co-authored-by: Yennifer Santos <[email protected]>
…les/modern-data-warehouse-dataops into brsherwi/devcontainer
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.
LGTM! Thanks for addressing the comments!
Type of PR
Purpose
Fix issue #644 - Devcontainer failing with unsupported JDK
Fix issue #646 - Devcontainer changes file ownership in linux/wsl
Updates devcontainer to bring Critical and High CVE vulnerabilities reported to zero
Does this introduce a breaking change? If yes, details on what can break
No
Validation steps
java -version
touch test.file
/mnt/.../e2e_samples/parking_sensors
(replace "..." with location where you cloned the code)Issues Closed or Referenced