first commit
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
registry_url: gitea.dataprovider01.sandbox-cat-dat.simpl-europe.eu
|
||||
repository_name: j.r/application-consumption-demo-algorithm
|
||||
image_tag: optimized
|
||||
image_digest: "sha256:6cc8ab7c08f195cb65c689255418652fdf0094acaaa4ef63475d594039cda2ab"
|
||||
image_platform: "linux/amd64"
|
||||
container_image: "{{ registry_url }}/{{ repository_name }}"
|
||||
container_image_ref: "{{ container_image ~ ('@' ~ image_digest if (image_digest | default('') | length > 0) else ':' ~ image_tag) }}"
|
||||
container_name: example-ml-app
|
||||
|
||||
# App settings
|
||||
|
||||
Reference in New Issue
Block a user