Skip to content
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

add the features to the dockerfile #42

Merged
merged 4 commits into from
Oct 13, 2022
Merged

Conversation

MP91
Copy link
Contributor

@MP91 MP91 commented Oct 7, 2022

Description

Since the latest update of the Dev Containers extension for VSCode the feature for Docker-in-Docker has a bug (microsoft/vscode-remote-release#7150) that also prevents the usage of our Velocitas devContainer.

This PR adds the following workaround:

  • Remove the feature configuration from devContainer.json
  • Add the scripts that are called by the feature to our devContainer DockerFile
  • Add the volume mount correctly to the devContainer.json
  • fixes Wrong mypy.target in settings.json #43
  • Vehicle App can be started with dapr run and is connecting to vehicle data broker

  • Vehicle App can process MQTT messages and call the seat service

  • Vehicle App can be deployed to local K3D and is running

  • Created/updated tests, if necessary. Code Coverage percentage on new code shall be >= 70%.

  • Extended the documentation in Velocitas repo

  • Extended the documentation in README.md

  • Devcontainer can be opened successfully

  • Devcontainer can be opened successfully behind a corporate proxy

  • Devcontainer can be re-built successfully

  • Release workflow is passing

@github-actions
Copy link

github-actions bot commented Oct 7, 2022

Unit Test Results

1 tests  ±0   1 ✔️ ±0   1s ⏱️ ±0s
1 suites ±0   0 💤 ±0 
1 files   ±0   0 ±0 

Results for commit b3f480f. ± Comparison against base commit e143fe5.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 7, 2022

Trivy Scan Results (sampleapp)

0 tests  ±0   0 ✔️ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
1 files   ±0   0 ±0 

Results for commit b3f480f. ± Comparison against base commit e143fe5.

♻️ This comment has been updated with latest results.

@gkreyssing gkreyssing linked an issue Oct 10, 2022 that may be closed by this pull request
Copy link
Contributor

@DocMoebiuz DocMoebiuz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please review my comments and let's clarify before merging.

.vscode/settings.json Show resolved Hide resolved
.devcontainer/scripts/container-set.sh Show resolved Hide resolved
.devcontainer/devcontainer.json Show resolved Hide resolved
.devcontainer/Dockerfile Show resolved Hide resolved
@DocMoebiuz DocMoebiuz merged commit 9cd0190 into main Oct 13, 2022
@DocMoebiuz DocMoebiuz deleted the bugfix/devcontainer-features branch October 13, 2022 12:57
@DocMoebiuz
Copy link
Contributor

fixes #43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong mypy.target in settings.json
2 participants