Skip to content

Commit b061d2a

Browse files
committed
Update
1 parent 6a1765f commit b061d2a

File tree

4 files changed

+40
-3
lines changed

4 files changed

+40
-3
lines changed

devops/sandbox/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
CODEBASE_VERSION=1.6.0
1+
CODEBASE_VERSION=2.0.0
22
OS_VERSION=rockylinux9

devops/sandbox/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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
---
220
title: Sandbox of Apache Cloudberry
321
---

devops/sandbox/docker-compose-rockylinux9.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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+
# --------------------------------------------------------------------
120
services:
221
cbdb-coordinator:
322
container_name: cbdb-cdw

devops/sandbox/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
3939
function 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)"

0 commit comments

Comments
 (0)