taklwu commented on code in PR #164:
URL: https://github.com/apache/hbase-connectors/pull/164#discussion_r3971241016


##########
dev-support/jenkins/Dockerfile:
##########
@@ -17,7 +17,7 @@
 # Dockerfile for hbase-connectors pre-commit build.
 # https://builds.apache.org/job/PreCommit-HBASE-CONNECTORS-Build
 
-FROM maven:3.8-jdk-8
+FROM maven:3.8-eclipse-temurin-8

Review Comment:
   i'm comparing 
[3.8.2-eclipse-temurin-8](https://hub.docker.com/layers/library/maven/3.8.2-eclipse-temurin-8/images/sha256-e44d59d780ae2f0f4d9a9c5dc6ffeeda6865b3da7cff92408e702e3dc6ed7b7c)
  and 
[3.9-eclipse-temurin-8](https://hub.docker.com/layers/library/maven/3.9-eclipse-temurin-8/images/sha256-a349364bf988dbf1946f9e0fd373361d579b2f750e380dd507d9f063646d68a6)
   
   basically it's latest and more secure release (less 0 high vulnerabilities 
and only medium vulnerabilities), so can we use maven 3.9 ?  
   ```suggestion
   FROM maven:3.9-eclipse-temurin-8
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to