File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed 
services/dynamic-sidecar/docker Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ INFO="INFO: [$(basename "$0")] "
88WARNING=" WARNING: [$( basename " $0 " ) " 
99ERROR=" ERROR: [$( basename " $0 " ) " 
1010
11+ #  Read self-signed SSH certificates (if applicable)
12+ # 
13+ #  In case a dynamic sidecar must access a docker registry in a secure way using
14+ #  non-standard certificates (e.g. such as self-signed certificates), this call is needed.
15+ #  It needs to be executed as root.
16+ update-ca-certificates
17+ 
1118#  This entrypoint script:
1219# 
1320#  - Executes *inside* of the container upon start as --user [default root]
94101chown --verbose --recursive " $SC_USER_NAME " " $GROUPNAME " " ${DY_VOLUMES} " 
95102#  Allow owner and group to edit write and execute
96103#  files from all the subdirectories
97- #  When the service access files downloaded by the dynamic-sidecar  
104+ #  When the service access files downloaded by the dynamic-sidecar
98105#  it uses group permissions
99106chmod --verbose --recursive 774 " ${DY_VOLUMES} " 
100107
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments