I have been working on the bamboo product to use bamboo agent base:10.2.3 to create Kubernetes Bamboo Agent Pod. When I try to implement a plan to connect to bit bucket. It is unable to connect to bit bucket.
The message is ' ...PRNG is not seeded Fatal: could not read from remote repository please make sure you have correct right access... '.
with this issue, we have digger to it to explore more. I have ran the command in Bamboo Agent pod with 'openssl rand -hex 16', I got messages ' ... could not load the shared library: ../crypton/aso/dso_lib.c:152 and .../crypto/provider_core.c:912:name=flips '.
therefore, I have acknowledge that the FIPS module missing. What I am asking for help out that can we update the bamboo-agent-base to contain the FIPS module or help me how to include it in the base agent image.
Last week, I have posted this question to wait for help. However, my team and I have found the solution for this. Since the bamboo-base image use the Based only with ubuntu 22.0.4 without update any libs included the FLIPS.
We have costumed the image as following
By using this customed image, I am able to connect to bit bucket.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.