Skip to content

Commit 8053c79

Browse files
fix(core): document flag to allow keycloak container to run on M4 machines (#1993)
### Proposed Changes * ### Checklist - [ ] I have added or updated unit tests - [ ] I have added or updated integration tests (if appropriate) - [ ] I have added or updated documentation ### Testing Instructions --------- Co-authored-by: Sean Trantalis <[email protected]>
1 parent 583455a commit 8053c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ services:
77
- ./keys/localhost.crt:/etc/x509/tls/localhost.crt
88
- ./keys/localhost.key:/etc/x509/tls/localhost.key
99
- ./keys/ca.jks:/truststore/truststore.jks
10-
# This is kc 24.0.1 with opentdf protocol mapper on board
1110
image: keycloak/keycloak:25.0
1211
restart: always
1312
command:
@@ -43,6 +42,7 @@ services:
4342
KC_HTTPS_CERTIFICATE_FILE: "/etc/x509/tls/localhost.crt"
4443
KC_HTTPS_CERTIFICATE_KEY_FILE: "/etc/x509/tls/localhost.key"
4544
KC_HTTPS_CLIENT_AUTH: "request"
45+
# JAVA_OPTS_APPEND: "-XX:UseSVE=0" # Uncommenting resolves SIGILL with Code 134 when running on a machine with an M4 chip: https://github.com/keycloak/keycloak/issues/36008
4646
ports:
4747
- "9001:9001"
4848
- "8888:8888"

0 commit comments

Comments
 (0)