Dockerfile aktualisiert
This commit is contained in:
		
							parent
							
								
									ddac193a19
								
							
						
					
					
						commit
						41e7c0c29d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
FROM quay.io/keycloak/keycloak:23.0.7-0 as builder
 | 
			
		||||
FROM quay.io/keycloak/keycloak:24.0.3-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
 | 
			
		||||
 | 
			
		||||
FROM quay.io/keycloak/keycloak:23.0.7-0
 | 
			
		||||
FROM quay.io/keycloak/keycloak:24.0.3-0
 | 
			
		||||
COPY --from=builder /opt/keycloak/ /opt/keycloak/
 | 
			
		||||
 | 
			
		||||
# change these values to point to a running postgres instance
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue