You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/08/26 00:26:56 UTC

[skywalking-website] branch master updated: Add Satellite image path.

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

wusheng 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 5dd9dc5  Add Satellite image path.
5dd9dc5 is described below

commit 5dd9dc593dbb914f2cce7edcfb701dbabb919ad6
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Aug 26 08:26:47 2021 +0800

    Add Satellite image path.
---
 data/dockerImages.yml | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/data/dockerImages.yml b/data/dockerImages.yml
index b7aeb7f..dab4b76 100644
--- a/data/dockerImages.yml
+++ b/data/dockerImages.yml
@@ -9,11 +9,6 @@
   description: This image would start up SkyWalking UI only.
   link: https://hub.docker.com/r/apache/skywalking-ui
 
-- name: SkyWalking Eyes Image
-  icon: I
-  description: A full-featured license tool to check and fix license headers and resolve dependencies' licenses.
-  link: https://hub.docker.com/r/apache/skywalking-eyes
-
 - name: SkyWalking Cloud on Kubernetes
   icon: K
   description: A platform for the SkyWalking user, provisions, upgrades, maintains SkyWalking relevant components, and makes them work natively on Kubernetes.
@@ -23,3 +18,13 @@
   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
+
+- 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.
+  link: https://hub.docker.com/r/apache/skywalking-satellite
+
+- name: SkyWalking Eyes Image
+  icon: I
+  description: A full-featured license tool to check and fix license headers and resolve dependencies' licenses.
+  link: https://hub.docker.com/r/apache/skywalking-eyes
\ No newline at end of file