Update CI image to Amazon Corretto 17 Alpine version

Switch the base image in the GitLab CI from Bullseye to Alpine. This change reduces image size and improves build efficiency. All pipeline stages remain unaffected.
This commit is contained in:
2025-04-06 12:52:32 +02:00
parent f85e177c98
commit ebf2be3505
+1 -1
View File
@@ -40,7 +40,7 @@ sonarcloud_scan:
script:
- echo "Setting up SonarCloud scan..."
- cd ${GITLAB_CLONE_DIR}
- mvn sonar:sonar \
- mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
-Dsonar.host.url=${SONAR_HOST_URL} \
-Dsonar.projectKey=${SONAR_PROJECT_KEY} \
-Dsonar.organization=${SONAR_ORGANIZATION} \