mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-11-04 04:08:20 +02:00 
			
		
		
		
	This check doesn't seem to add enough value to justify the difficulties it tends to create when generating `RUN` instructions from a template.
		
			
				
	
	
		
			10 lines
		
	
	
		
			218 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			218 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
ignored:
 | 
						|
  # disable explicit version for apt install
 | 
						|
  - DL3008
 | 
						|
  # disable explicit version for apk install
 | 
						|
  - DL3018
 | 
						|
  # disable check for consecutive `RUN` instructions
 | 
						|
  - DL3059
 | 
						|
trustedRegistries:
 | 
						|
  - docker.io
 |