Skip to content

Commit 5605379

Browse files
[MINOR] Add note about known security vulnerabilities. (#6672)
### What changes were proposed in this pull request? Add note about known security vulnerabilities ### Why are the changes needed? Some users are using older versions of software used in conjunction with Gravitino than may contain known security vulnerabilities Fix: #N/A ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Locally. Co-authored-by: Justin Mclean <justin@classsoftware.com>
1 parent 5ba2fca commit 5605379

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/how-to-build.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ license: "This software is licensed under the Apache License version 2."
2525
+ Gravitino excludes all Docker-related tests by default. To run Docker-related tests, make sure you have installed Docker in your environment and either (1) set `skipDockerTests=false` in the `gradle.properties` file (or use `-PskipDockerTests=false` in the command) or (2) `export SKIP_DOCKER_TESTS=false` in the shell. Otherwise, all tests requiring Docker will be skipped.
2626
+ macOS uses `docker-connector` to make the Gravitino Trino connector work with Docker for macOS. See [docker-connector](https://github.com/wenjunxiao/mac-docker-connector), `$GRAVITINO_HOME/dev/docker/tools/mac-docker-connector.sh`, and `$GRAVITINO_HOME/dev/docker/tools/README.md` for more details.
2727
+ You can use OrbStack as a replacement for Docker for macOS. See [OrbStack](https://orbstack.dev/). With OrbStack, you can run Gravitino integration tests without needing to install `docker-connector`.
28+
+ Depending on how you deploy Gravitino, other software used in conjunction with Gravitino may contain known security vulnerabilities.
2829
:::
2930

3031
## Quick start

0 commit comments

Comments
 (0)