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/09/13 14:04:26 UTC

[skywalking-website] branch master updated: Add docker hub link. (#332)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 306c032  Add docker hub link. (#332)
306c032 is described below

commit 306c032d24cf9cbb080070ddba67fa3c49f38666
Author: Superskyyy <Su...@outlook.com>
AuthorDate: Mon Sep 13 10:04:21 2021 -0400

    Add docker hub link. (#332)
---
 data/dockerImages.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/data/dockerImages.yml b/data/dockerImages.yml
index dab4b76..2965853 100644
--- a/data/dockerImages.yml
+++ b/data/dockerImages.yml
@@ -19,6 +19,11 @@
   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
 
+- name: SkyWalking Python Agent
+  icon: P
+  description: The Docker image for Python users to conveniently use SkyWalking agent in containerized scenario.
+  link: https://hub.docker.com/r/apache/skywalking-python
+
 - name: SkyWalking Satellite
   icon: S
   description: A lightweight collector/sidecar could be deployed closing to the target monitored system, to collect metrics, traces, and logs.