Skip to content
Snippets Groups Projects
Commit 859be2e3 authored by Björn Vonheiden's avatar Björn Vonheiden Committed by Sören Henning
Browse files

use github registry container images for UCs

parent 3c6d2922
No related branches found
No related tags found
1 merge request!70Use GitHub Container Registry images for benchmarks
This commit is part of merge request !70. Comments created here will be created in the context of that merge request.
......@@ -225,7 +225,7 @@ def start_application(svc_yaml, svc_monitor_yaml, jmx_yaml, deploy_yaml,
app_container = next(filter(
lambda x: x['name'] == 'uc-application',
deploy_yaml['spec']['template']['spec']['containers']))
app_container['image'] = 'theodolite/theodolite-uc' + uc_id \
app_container['image'] = 'ghcr.io/cau-se/theodolite-uc' + uc_id \
+ '-kstreams-app:latest'
# Set configurations environment parameters for SPE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment