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

Update run-dev-container script to change owner of files to 'celixdev' user #785

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

rlenferink
Copy link
Member

Files on the host are no longer owned by the host user, but this can be changed back by using e.g. podman unshare chown XYZ

This fixes #784

…' user

Files on the host are no longer owned by the host user, but this can be changed back by using e.g. 'podman unshare chown XYZ'
@rlenferink rlenferink requested a review from PengZheng January 12, 2025 12:12
@codecov-commenter
Copy link

codecov-commenter commented Jan 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.39%. Comparing base (4da5eee) to head (156a1ca).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #785      +/-   ##
==========================================
+ Coverage   91.34%   91.39%   +0.05%     
==========================================
  Files         234      234              
  Lines       29052    29052              
==========================================
+ Hits        26537    26553      +16     
+ Misses       2515     2499      -16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@PengZheng PengZheng left a comment

Choose a reason for hiding this comment

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

LGTM

@PengZheng PengZheng merged commit f2e2b9b into master Jan 13, 2025
32 of 34 checks passed
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.

"Permission denied" when using devcontainers
4 participants