fix(k01): wrap mongod entrypoint with setarch uname-2.6 to bypass kernel 6.19+ guard
build-and-push-harbor / docker-build-push (push) Waiting to run

This commit is contained in:
zetaloop
2026-05-06 08:32:46 +08:00
parent ed3f80ca73
commit 01f8bc1729
+7
View File
@@ -28,6 +28,13 @@ spec:
spec:
containers:
- name: mongod
command:
- setarch
- linux64
- --uname-2.6
- python3
- /usr/local/bin/docker-entrypoint.py
- mongod
env:
- name: GLIBC_TUNABLES
value: glibc.pthread.rseq=1