This is an automated email from the ASF dual-hosted git repository. wankai pushed a commit to branch update-ui in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git
commit 14adfe00b1378533b5a0cc958efbbb8fc82f4e51 Author: wankai123 <[email protected]> AuthorDate: Thu Jun 16 16:02:40 2022 +0800 update UI --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 777a4cc..97214ea 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,8 +26,8 @@ TAG ?= $(shell git rev-parse --short HEAD) ES_IMAGE ?= docker.elastic.co/elasticsearch/elasticsearch-oss:7.10.0 -SW_OAP_IMAGE ?= ghcr.io/apache/skywalking/oap:cc282232e44079a5c23c36703b02c24e611d3c68 -SW_UI_IMAGE ?= ghcr.io/apache/skywalking/ui:4c762a2458e094e5b2b48022fa571b9bedc88842 +SW_OAP_IMAGE ?= ghcr.io/apache/skywalking/oap:84de39cc07440edd9b629afb384be61225663698 +SW_UI_IMAGE ?= ghcr.io/apache/skywalking/ui:84de39cc07440edd9b629afb384be61225663698 SW_CLI_IMAGE ?= ghcr.io/apache/skywalking-cli/skywalking-cli:bdcba1c93b1ad702a88f30b798df5e99d963689d SW_EVENT_EXPORTER_IMAGE ?= ghcr.io/apache/skywalking-kubernetes-event-exporter/skywalking-kubernetes-event-exporter:8a012a3f968cb139f817189afb9b3748841bba22 SW_AGENT_JAVA_IMAGE ?= ghcr.io/apache/skywalking-java/skywalking-java:b83865f6cd9477f12c8ae8bc3379c31d7d105072-java8
