Hey there.
I don’t think you’re going to find much support for running SonarQube 7.4 (released in November 18, the very first version of SonarQube that had an official Docker image) in EKS.
I suggest you work on upgrading your SonarQube instance to a supported verison. Your upgrade path is:
7.4 → 7.9.6 → 8.9.10 → 9.9.8 → 24.12 (last step optional)
You may find these resources helpful:
- Upgrade Guide
- LTS-to-LTS Upgrade Notes for 7.9 to 8.9
- LTS to LTS release upgrade notes for 8.9 to 9.9
Or starting over from scratch.
Once on a supported version, we have clear guidance on how to install either usign the Zip File, Docker Image, or deploying to Kubernetes.