Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Merge requests
!230
Upgrade Kafka Streams Benchmarks to Kafka Streams 3.1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Upgrade Kafka Streams Benchmarks to Kafka Streams 3.1
upgrade-kstreams
into
upgrade-flink
Overview
0
Commits
8
Pipelines
10
Changes
1
Merged
Sören Henning
requested to merge
upgrade-kstreams
into
upgrade-flink
3 years ago
Overview
0
Commits
8
Pipelines
10
Changes
1
Expand
Fix
#303 (closed)
. Depends on
!226 (merged)
Edited
3 years ago
by
Sören Henning
0
0
Merge request reports
Viewing commit
2b3377db
Show latest version
1 file
+
9
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
2b3377db
Add Kaniko build instructions
· 2b3377db
Sören Henning
authored
3 years ago
theodolite/README.md
+
9
−
3
Options
@@ -55,15 +55,21 @@ You can then execute your native executable with:
If you want to learn more about building native executables, please consult https://quarkus.io/guides/gradle-tooling.
## Building
dock
er images
## Building
contain
er images
For the
jvm
version use:
For the
JVM
version use:
```
sh
./gradlew build
docker build -f src/main/docker/Dockerfile.jvm -t theodolite-jvm .
```
Alternatively, you can also use Kaniko to build the image:
```
sh
docker run -it --rm --name kaniko -v "
`pwd`
":/theodolite --entrypoint "" gcr.io/kaniko-project/executor:debug /kaniko/executor --context /theodolite --dockerfile src/main/docker/Dockerfile.jvm --no-push
```
For the native image version use:
```
sh
@@ -71,7 +77,7 @@ For the native image version use:
docker build -f src/main/docker/Dockerfile.native -t theodolite-native .
```
##
Execute docker images
##
Run a container
Remember to set the environment variables first.
Loading