Hello everyone
So as the title says the provided Dockerfiles of the linstor controller and satellite
will not compile because of outdated or nonexistent dependency at this date
the errors are thrown by the following and the version of linstor as of my understanding does not even support them. Good news is i fixed it
java-1.11.0-openjdk-devel
python2
By simply updating the packages to the following versions
python3
java-11-openjdk-devel
java-11-openjdk-headless
Im still testing out the containers i built to a toy openstack deployment in my HomeLab.
I also notices the images are based on RedHat universal base image 8
Im going to try using the Rocky Linux 8/9 base images as i installed the containers using podman on rocky linux 9 with success.
Thanks Linbit for committing to opensource and personnel thanks to Ryan Taylor
for chating with and guiding me through the linbit site and docs