Build>Core>KnowledgeMW build failure AND CA cert store is out-dated #457
-
Issue 1: build failed - with release-5.2.0_RC1 https://github.com/Sunbird-Knowlg/knowledge-mw-service/blob/release-5.2.0_RC1/Dockerfile#L8 image is based on node:8.11-slim, all jessie repos were already moved to and the apt update will failed
Even change to archive url, the GPG signature verification will fail. Issue 2: CA cert store in the container is old and some CA cert already expired. Even build success, after deploy to k8s, there will be runtime error if the Ed-portal is using TLS cert with a new root CA cert. Right now, one of the possible workaround will be run |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
@gandham-santhosh - can you look into this please? |
Beta Was this translation helpful? Give feedback.
@heungheung we did workaround for cert issue and found that its working. Update the details in the same PR https://github.com/Sunbird-Knowlg/knowledge-mw-service/pull/301/files Please check if this is working in your environment.
However, @pallakartheekreddy nodejs version upgrade need to be planned. Please take this up