You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/09/28 01:10:02 UTC

[pulsar-site] branch main updated: add jq support in container (#229)

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

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 0931c8fc444 add jq support in container (#229)
0931c8fc444 is described below

commit 0931c8fc44450e9514c494fb6724e842ffd3d3ea
Author: Li Li <ur...@apache.org>
AuthorDate: Wed Sep 28 09:09:57 2022 +0800

    add jq support in container (#229)
---
 site2/tools/docker-build-site.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/tools/docker-build-site.sh b/site2/tools/docker-build-site.sh
index 1c999490c8c..1f8dfe883b7 100755
--- a/site2/tools/docker-build-site.sh
+++ b/site2/tools/docker-build-site.sh
@@ -27,7 +27,7 @@ ROOT_DIR=$(git rev-parse --show-toplevel)
 cd $ROOT_DIR/pulsar-client-cpp
 
 BUILD_IMAGE_NAME="${BUILD_IMAGE_NAME:-apachepulsar/pulsar-build}"
-BUILD_IMAGE_VERSION="${BUILD_IMAGE_VERSION:-ubuntu-16.04-pb3-website-jdk17-node16}"
+BUILD_IMAGE_VERSION="${BUILD_IMAGE_VERSION:-website-v1}"
 
 IMAGE="$BUILD_IMAGE_NAME:$BUILD_IMAGE_VERSION"