- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.1k
Add additional bind mount to image volumes #8521
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 additional bind mount to image volumes #8521
Conversation
| Codecov ReportAttention: Patch coverage is  
 Additional details and impacted files@@            Coverage Diff             @@
##             main    #8521      +/-   ##
==========================================
- Coverage   49.35%   49.25%   -0.10%     
==========================================
  Files         153      153              
  Lines       17206    17254      +48     
==========================================
+ Hits         8492     8499       +7     
- Misses       7648     7687      +39     
- Partials     1066     1068       +2      | 
aa7b6d5    to
    5c5f785      
    Compare
  
    | /retest | 
b05101a    to
    68f3aa3      
    Compare
  
    | /retest | 
    
      
        2 similar comments
      
    
  
    | /retest | 
| /retest | 
8092ef2    to
    fcdef6b      
    Compare
  
    | /retest @cri-o/cri-o-maintainers PTAL | 
| /retest | 
fcdef6b    to
    d791d0d      
    Compare
  
    | /retest | 
| @cri-o/cri-o-maintainers PTAL, CI is green | 
This should allow using different SELinux contexts if multiple pods use a single image. Signed-off-by: Sascha Grunert <[email protected]>
d791d0d    to
    9ad5c5a      
    Compare
  
    | /approve | 
| /retest | 
| [APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kwilczynski, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here 
Needs approval from an approver in each of these files:
 
 Approvers can indicate their approval by writing  | 
| /retest | 
    
      
        1 similar comment
      
    
  
    | /retest | 
What type of PR is this?
/kind feature
What this PR does / why we need it:
This should allow using different SELinux contexts if multiple pods use a single image.
Inherited from 61d4a59#diff-1e0877112035840d3e2f073c693665f8daffa241a440e54a866ad7382b510ea2R1240
Which issue(s) this PR fixes:
Follow-up on #8317
Refers to:
Special notes for your reviewer:
/hold
This needs to be well tested.
Does this PR introduce a user-facing change?