File tree Expand file tree Collapse file tree 4 files changed +40
-3
lines changed Expand file tree Collapse file tree 4 files changed +40
-3
lines changed Original file line number Diff line number Diff line change 1- CODEBASE_VERSION = 1.6 .0
1+ CODEBASE_VERSION = 2.0 .0
22OS_VERSION = rockylinux9
Original file line number Diff line number Diff line change 1+ <!--
2+ Licensed to the Apache Software Foundation (ASF) under one
3+ or more contributor license agreements. See the NOTICE file
4+ distributed with this work for additional information
5+ regarding copyright ownership. The ASF licenses this file
6+ to you under the Apache License, Version 2.0 (the
7+ "License"); you may not use this file except in compliance
8+ with the License. You may obtain a copy of the License at
9+
10+ http://www.apache.org/licenses/LICENSE-2.0
11+
12+ Unless required by applicable law or agreed to in writing,
13+ software distributed under the License is distributed on an
14+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+ KIND, either express or implied. See the License for the
16+ specific language governing permissions and limitations
17+ under the License.
18+ -->
119---
220title: Sandbox of Apache Cloudberry
321---
Original file line number Diff line number Diff line change 1+ # --------------------------------------------------------------------
2+ #
3+ # Licensed to the Apache Software Foundation (ASF) under one or more
4+ # contributor license agreements. See the NOTICE file distributed
5+ # with this work for additional information regarding copyright
6+ # ownership. The ASF licenses this file to You under the Apache
7+ # License, Version 2.0 (the "License"); you may not use this file
8+ # except in compliance with the License. You may obtain a copy of the
9+ # License at
10+ #
11+ # http://www.apache.org/licenses/LICENSE-2.0
12+ #
13+ # Unless required by applicable law or agreed to in writing, software
14+ # distributed under the License is distributed on an "AS IS" BASIS,
15+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
16+ # implied. See the License for the specific language governing
17+ # permissions and limitations under the License.
18+ #
19+ # --------------------------------------------------------------------
120services :
221 cbdb-coordinator :
322 container_name : cbdb-cdw
Original file line number Diff line number Diff line change 1- #! /bin/env bash
1+ #! /usr/ bin/env bash
22# --------------------------------------------------------------------
33#
44# Licensed to the Apache Software Foundation (ASF) under one or more
@@ -38,7 +38,7 @@ PIP_INDEX_URL_VAR="${PIP_INDEX_URL_VAR:-$DEFAULT_PIP_INDEX_URL_VAR}"
3838# Function to display help message
3939function usage() {
4040 echo " Usage: $0 [-o <os_version>] [-c <codebase_version>] [-b] [-m]"
41- echo " -c Codebase version (valid values: main, or other available version like 1.6 .0)"
41+ echo " -c Codebase version (valid values: main, or other available version like 2.0 .0)"
4242 echo " -t Timezone (default: America/Los_Angeles, or set via TIMEZONE_VAR environment variable)"
4343 echo " -p Python Package Index (PyPI) (default: https://pypi.org/simple, or set via PIP_INDEX_URL_VAR environment variable)"
4444 echo " -b Build only, do not run the container (default: false, or set via BUILD_ONLY environment variable)"
You can’t perform that action at this time.
0 commit comments