boundless-student-48844
11/19/2021, 2:08 PMv0.8.17
but encountered below error for frontend
and gms
pods when deploy over Helm. mae-consumer
and mce-consumer
pods run fine. Do you have some idea what goes wrong?
Error: dl failure on line 896
Error: failed /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/server/libjvm.so, because Error loading shared library libgcc_s.so.1: No such file or directory (needed by /usr/lib/libstdc++.so.6)
mammoth-bear-12532
boundless-student-48844
11/19/2021, 3:28 PMearly-lamp-41924
11/19/2021, 4:43 PMboundless-student-48844
11/20/2021, 7:11 AMlibgcc_s.so
is from GCC’s runtime library. Do you have some idea what might go wrong?
The way we built these 2 images are
docker build -t {custom_image}:{custom_tag} -f docker/datahub-frontend/Dockerfile .
docker build -t {custom_image}:{custom_tag} -f docker/datahub-gms/Dockerfile .
There’s no such error when using official images v0.8.17 from DockerHub and we can successfully deploy using official images from DockerHub.boundless-student-48844
11/20/2021, 2:52 PMgms
and frontend
from v0.8.16
(while keeping rest of code from v0.8.17)
@dazzling-judge-80093 Do you have any idea since I saw the new commits were from you for the Dockerfile on gms and frontend 😅