Skip to content

Commit cad5959

Browse files
committed
Sandbox: updates for the main branch/release
In this commit, main changes are included: - Add the standard Apache license headers for files - Refactor the Dockerfile.*.rockylinux 9 - Adopt a more friendly way to support running the sandbox with multi-nodes. - Strenth the robust of sandbox.
1 parent d13a371 commit cad5959

14 files changed

+869
-394
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ Linux OS (including RHEL/Rocky Linux, and Ubuntu) and macOS.
6868
### Try out quickly
6969

7070
Welcome to try out Cloudberry via building [one Docker-based
71-
Sandbox](https://github.com/apache/cloudberry-bootcamp), which is tailored to
72-
help you gain a basic understanding of Cloudberry's capabilities and features
73-
a range of materials, including tutorials, sample code, and crash courses.
71+
Sandbox](./devops/sandbox), which is tailored to help you gain a basic
72+
understanding of Cloudberry's capabilities and features a range of
73+
materials, including tutorials, sample code, and crash courses.
7474

7575
## Repositories
7676

@@ -79,10 +79,8 @@ this, there are several ecosystem repositories for Cloudberry, including the
7979
website, extensions, connectors, adapters, and other utilities.
8080

8181
* [apache/cloudberry-site](https://github.com/apache/cloudberry-site): website and documentation sources.
82-
* [apache/cloudberry-bootcamp](https://github.com/apache/cloudberry-bootcamp): help you quickly try out Cloudberry via one Docker-based Sandbox.
8382
* [apache/cloudberry-gpbackup](https://github.com/apache/cloudberry-gpbackup): backup utility for Cloudberry.
8483
* [apache/cloudberry-go-libs](https://github.com/apache/cloudberry-go-libs): go-libs for Cloudberry.
85-
* [apache/cloudberry-gpbackup-s3-plugin](https://github.com/apache/cloudberry-gpbackup-s3-plugin): S3 plugin for use with Cloudberry backup utility.
8684
* [apache/cloudberry-pxf](https://github.com/apache/cloudberry-pxf): Platform Extension Framework (PXF) for Cloudberry.
8785

8886
## Community & Support

devops/sandbox/.env

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
1-
CODEBASE_VERSION=1.6.0
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+
# --------------------------------------------------------------------
20+
CODEBASE_VERSION=2.0.0
221
OS_VERSION=rockylinux9

0 commit comments

Comments
 (0)