hey team, we tried to rebuild the images for front...
# all-things-deployment
b
hey team, we tried to rebuild the images for frontend, gms, mae-consumer, and mce-consumer from the latest tag
v0.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?
Copy code
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)
m
Hi @boundless-student-48844 the latest release is 0.8.17. I don’t know if you had a typo on 0.8.7. We are just about to release the helm chart for it in a few hours.
b
Oh my bad it's a typo! Cool, looking forward to the helm chart release!!
e
It has just been released! Let us know how it looks!
b
Hey Shirshanka/Dexter, we used the latest helm chart 0.2.30 but still got same error when using our own built images (see screenshot). I checked online
libgcc_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
Copy code
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.
Update: it’s resolved after we reverted back to the Dockerfile for
gms
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 😅