fix(k01): wrap mongod entrypoint with setarch uname-2.6 to bypass kernel 6.19+ guard
build-and-push-harbor / docker-build-push (push) Has been cancelled
build-and-push-harbor / docker-build-push (push) Has been cancelled
This commit is contained in:
@@ -28,6 +28,13 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mongod
|
- name: mongod
|
||||||
|
command:
|
||||||
|
- setarch
|
||||||
|
- linux64
|
||||||
|
- --uname-2.6
|
||||||
|
- python3
|
||||||
|
- /usr/local/bin/docker-entrypoint.py
|
||||||
|
- mongod
|
||||||
env:
|
env:
|
||||||
- name: GLIBC_TUNABLES
|
- name: GLIBC_TUNABLES
|
||||||
value: glibc.pthread.rseq=1
|
value: glibc.pthread.rseq=1
|
||||||
|
|||||||
Reference in New Issue
Block a user