You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/04/23 03:33:28 UTC

[skywalking] branch kezhenxu94-patch-1 created (now f15f3f6)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a change to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at f15f3f6  Pin the openjdk docker version

This branch includes the following new commits:

     new f15f3f6  Pin the openjdk docker version

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[skywalking] 01/01: Pin the openjdk docker version

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit f15f3f62b22bf158f8e2c5313c3f902d2cff710e
Author: Zhenxu Ke <ke...@apache.org>
AuthorDate: Fri Apr 23 11:33:03 2021 +0800

    Pin the openjdk docker version
---
 test/plugin/containers/jvm-container/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/plugin/containers/jvm-container/pom.xml b/test/plugin/containers/jvm-container/pom.xml
index 6bffc4f..ecf5463 100644
--- a/test/plugin/containers/jvm-container/pom.xml
+++ b/test/plugin/containers/jvm-container/pom.xml
@@ -49,7 +49,7 @@
                                 <image>
                                     <name>skywalking/agent-test-jvm:jdk8-${project.version}</name>
                                     <build>
-                                        <from>openjdk:8</from>
+                                        <from>openjdk:8u102</from>
                                         <workdir>/usr/local/skywalking/scenario</workdir>
                                         <assembly>
                                             <mode>dir</mode>