The table below specifies which plugins will be integrated into the docker image:
GitUrl | RepoName | Tag | SourcePath | LibPath | MainClass |
---|---|---|---|---|---|
https://github.com/g-bvr | security | main | src/main/java | lib | org.jkube.gitbeaver.SecurityPlugin |
https://github.com/g-bvr | file-resolver | main | src/main/java | lib | org.jkube.gitbeaver.ResolverPlugin |
https://github.com/g-bvr | html-logger | main | src/main/java | lib | org.jkube.gitbeaver.HtmlLogPlugin |
https://github.com/g-bvr | web-server | main | src/main/java | lib | org.jkube.gitbeaver.WebserverPlugin |
https://github.com/g-bvr | yaml | main | src/main/java | lib | org.jkube.gitbeaver.YamlPlugin |
https://github.com/g-bvr | terraform | main | src/main/java | lib | org.jkube.gitbeaver.TerraformPlugin |
https://github.com/g-bvr | gcloud | main | src/main/java | lib | org.jkube.gitbeaver.GcloudPlugin |
https://github.com/g-bvr | pubsub | main | src/main/java | lib | org.jkube.gitbeaver.PubSubPlugin |
Note: The plugins "base" and "markdown" should are not included into the table, because they will be loaded manually (in order to become able to parse and process this markdown file).
Explanation of columns:
- GitUrl: the URL prefix of the git repository (not including the repo name)
- RepoName: the name of the repository (the last element of the repo URL, not including the extension ".git")
- SourcePath: the file path of the folder containing the java source files (using "/" as separator, not including leading or trailing "/")
- MainClass: the class name of the main class (using "." as separator, not including the extension ".java")