You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MINOR] Add note about known security vulnerabilities. (#6665)
### 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.
Copy file name to clipboardexpand all lines: docs/how-to-build.md
+1
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ license: "This software is licensed under the Apache License version 2."
25
25
+ 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.
26
26
+ 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.
27
27
+ 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.
0 commit comments