forked from vesoft-inc/nebula
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Push new tag of docker image when releasing nebula version (vesoft-in…
…c#1163) * Fix docker image build context directory * Update readme about docker images * Continue on error for testing in multithreads * Push docker tag when release new version * hAdd job steps timout minutes settings * Add github action badge image alternative text
- Loading branch information
Showing
5 changed files
with
27 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Dockerfiles for Nebula Graph Services | ||
|
||
**NOTE**: The `Dockerfile.graph` is used to build docker image only for **testing** in local machine since all of nebula services are installed in same image. This is not recommended practice for docker usage. | ||
> **NOTE**: The `Dockerfile.graph` is used to build docker image only for **testing** in local machine since all of nebula services are installed in same image. This is not recommended practice for docker usage. | ||
Following Dockerfiles will be ready in production. | ||
Following docker images will be ready in production. | ||
|
||
- `Dockerfile.graphd`: nebula-graphd service | ||
- `Dockerfile.metad`: nebula-metad service | ||
- `Dockerfile.storaged`: nebula-storaged service | ||
- `Dockerfile.console`: nebula console client | ||
- [vesoft/nebula-graphd](https://hub.docker.com/r/vesoft/nebula-graphd): nebula-graphd service built with `Dockerfile.graphd` | ||
- [vesoft/nebula-metad](https://hub.docker.com/r/vesoft/nebula-metad): nebula-metad service built with `Dockerfile.metad` | ||
- [vesoft/nebula-storaged](https://hub.docker.com/r/vesoft/nebula-storaged): nebula-storaged service built with `Dockerfile.storaged` | ||
- [vesoft/nebula-console](https://hub.docker.com/r/vesoft/nebula-console): nebula console client built with `Dockerfile.console` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters