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
build-and-push-harbor / docker-build-push (push) Waiting to run
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user