This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch javaagent/docker in repository https://gitbox.apache.org/repos/asf/skywalking-website.git
commit d3fd79702cbbf6f9a5bf760b0bd26abc385f63cb Author: kezhenxu94 <[email protected]> AuthorDate: Tue May 11 11:02:51 2021 +0800 Add download link for Java agent docker image --- data/dockerImages.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/dockerImages.yml b/data/dockerImages.yml index 9ced235..b7aeb7f 100644 --- a/data/dockerImages.yml +++ b/data/dockerImages.yml @@ -18,3 +18,8 @@ icon: K description: A platform for the SkyWalking user, provisions, upgrades, maintains SkyWalking relevant components, and makes them work natively on Kubernetes. link: https://hub.docker.com/r/apache/skywalking-swck + +- name: SkyWalking Java Agent + icon: J + description: The Docker image for Java users to conveniently use SkyWalking agent in containerized scenario. + link: https://hub.docker.com/r/apache/skywalking-java-agent
