Update quay.io/keycloak/keycloak Docker tag to v26.3.1
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ci/woodpecker/push/woodpecker Pipeline was successful
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ci/woodpecker/push/woodpecker Pipeline was successful
				
			This commit is contained in:
		
							parent
							
								
									217138ba1b
								
							
						
					
					
						commit
						5876c648b9
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
FROM quay.io/keycloak/keycloak:26.3.0-0 as builder
 | 
			
		||||
FROM quay.io/keycloak/keycloak:26.3.1-0 as builder
 | 
			
		||||
 | 
			
		||||
# Enable health and metrics support
 | 
			
		||||
ENV KC_HEALTH_ENABLED=true
 | 
			
		||||
| 
						 | 
				
			
			@ -13,7 +13,7 @@ WORKDIR /opt/keycloak
 | 
			
		|||
RUN keytool -genkeypair -storepass password -storetype PKCS12 -keyalg RSA -keysize 2048 -dname "CN=server" -alias server -ext "SAN:c=DNS:localhost,IP:127.0.0.1" -keystore conf/server.keystore
 | 
			
		||||
RUN /opt/keycloak/bin/kc.sh build --health-enabled=true --metrics-enabled=true
 | 
			
		||||
 | 
			
		||||
FROM quay.io/keycloak/keycloak:26.3.0-0
 | 
			
		||||
FROM quay.io/keycloak/keycloak:26.3.1-0
 | 
			
		||||
COPY --from=builder /opt/keycloak/ /opt/keycloak/
 | 
			
		||||
 | 
			
		||||
ENTRYPOINT ["/opt/keycloak/bin/kc.sh"]
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue