15 lines
593 B
Text
15 lines
593 B
Text
{
|
|
name = "ontoref",
|
|
workspace_id = "ontoref",
|
|
image_base = "reg.librecloud.online/ontoref-daemon",
|
|
image_tag = "latest",
|
|
rust_version = "1.89",
|
|
lamina_base = "reg.librecloud.online/lamina",
|
|
port = 7891,
|
|
|
|
build_secrets = {
|
|
registry_push = { kind = 'docker_config, path = "infra/libre-daoshi/secrets/registry-push.sops.yaml" },
|
|
sccache = { kind = 's3, path = "infra/libre-daoshi/secrets/sccache.sops.yaml" },
|
|
cosign = { kind = 'cosign_private_key, path = "infra/libre-daoshi/secrets/cosign.sops.yaml" },
|
|
},
|
|
}
|