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:09:29 UTC

[pulsar-site] branch add-jq-support created (now 10c4599c8f1)

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

urfree pushed a change to branch add-jq-support
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


      at 10c4599c8f1 add jq support in container

This branch includes the following new commits:

     new 10c4599c8f1 add jq support in container

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[pulsar-site] 01/01: add jq support in container

Posted by ur...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 10c4599c8f1e727dcaceaad5315161d000ec72e9
Author: Li Li <ur...@apache.org>
AuthorDate: Wed Sep 28 09:09:18 2022 +0800

    add jq support in container
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 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"