This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git
commit 7e97b843302454a5856714f68353b220688f95f6 Author: 吴晟 Wu Sheng <[email protected]> AuthorDate: Wed Nov 30 14:08:55 2022 +0800 Bump to OAP 9.3.0 RC --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 3a026ae..52604da 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:067b119716970a323fa0233d6f2044c368fb6cd5 -SW_UI_IMAGE ?= ghcr.io/apache/skywalking/ui:067b119716970a323fa0233d6f2044c368fb6cd5 +SW_OAP_IMAGE ?= ghcr.io/apache/skywalking/oap:a7922d6fd988277c31e9bc94ddb6c6b72d2b2160 +SW_UI_IMAGE ?= ghcr.io/apache/skywalking/ui:a7922d6fd988277c31e9bc94ddb6c6b72d2b2160 SW_CLI_IMAGE ?= ghcr.io/apache/skywalking-cli/skywalking-cli:ec85225f3fc0d0d7e8a9513b828d305c7cb399ad 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:51161ae6a5b8e266eef39162cc4e23440d36ab38-java8
