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

Changing UID/GID to the numeric values #93

Merged
merged 2 commits into from
Apr 9, 2022
Merged

Changing UID/GID to the numeric values #93

merged 2 commits into from
Apr 9, 2022

Conversation

tarampampam
Copy link
Owner

@tarampampam tarampampam commented Apr 5, 2022

Description

Fixed

  • User UID/GID changed to the numeric values in the dockerfile

Fixes #92

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made changes in CHANGELOG.md file

@tarampampam tarampampam self-assigned this Apr 5, 2022
@codecov
Copy link

codecov bot commented Apr 5, 2022

Codecov Report

Merging #93 (1d9daad) into master (01abc48) will increase coverage by 0.30%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #93      +/-   ##
==========================================
+ Coverage   42.59%   42.90%   +0.30%     
==========================================
  Files          32       32              
  Lines        1296     1296              
==========================================
+ Hits          552      556       +4     
+ Misses        710      705       -5     
- Partials       34       35       +1     
Impacted Files Coverage Δ
internal/tpl/render.go 74.80% <0.00%> (+3.05%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c6a7e30...1d9daad. Read the comment docs.

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.

Use numeric user id to be compatible with Kubernetes Pod Security Policies
1 participant