You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/11/17 12:30:58 UTC

[GitHub] [skywalking] kezhenxu94 edited a comment on pull request #8141: Add Docker images for arm64 architecture

kezhenxu94 edited a comment on pull request #8141:
URL: https://github.com/apache/skywalking/pull/8141#issuecomment-971535193


   I end up changing the base image from `adoptopenjdk/openjdk:alpine-jre` to `adoptopenjdk/openjdk:jre` but supports amd64/arm64, which is closest to the previous one and all tests are passing, also no {high,critical} CVEs.
   
   ```
   trivy --severity "HIGH,CRITICAL" adoptopenjdk/openjdk11:jre
   2021-11-17T19:13:04.132+0800	INFO	Detected OS: ubuntu
   2021-11-17T19:13:04.132+0800	INFO	Detecting Ubuntu vulnerabilities...
   2021-11-17T19:13:04.134+0800	INFO	Number of PL dependency files: 1
   
   adoptopenjdk/openjdk11:jre (ubuntu 20.04)
   =========================================
   Total: 0 (HIGH: 0, CRITICAL: 0)
   ```


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org