This commit is contained in:
Matteo Basile
2026-07-16 08:58:32 +02:00
parent f27f9388e5
commit 5ccfc7f322
4 changed files with 51 additions and 18 deletions

View File

@@ -4,7 +4,7 @@ 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"
image_platform: "auto"
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