[Komodo] Commit Sync: update dev.toml

This commit is contained in:
komodo
2025-08-11 03:59:08 +00:00
parent 7fffd7d565
commit e32b89828e

102
dev.toml
View File

@@ -3,7 +3,7 @@ name = "komodo-binaries-dev-aarch64"
tags = ["dev", "binaries", "aarch64"] tags = ["dev", "binaries", "aarch64"]
[build.config] [build.config]
builder = "aarch64-builder" builder = "aarch64-builder"
version = "1.18.5" version = "1.19.0"
auto_increment_version = false auto_increment_version = false
image_name = "komodo-binaries" image_name = "komodo-binaries"
image_tag = "dev-aarch64" image_tag = "dev-aarch64"
@@ -11,7 +11,7 @@ links = [
"https://github.com/moghtech/komodo/pkgs/container/komodo-binaries" "https://github.com/moghtech/komodo/pkgs/container/komodo-binaries"
] ]
repo = "moghtech/komodo" repo = "moghtech/komodo"
branch = "1.18.5" branch = "1.19.0"
dockerfile_path = "bin/binaries.Dockerfile" dockerfile_path = "bin/binaries.Dockerfile"
image_registry.domain = "ghcr.io" image_registry.domain = "ghcr.io"
image_registry.account = "mbecker20" image_registry.account = "mbecker20"
@@ -24,7 +24,7 @@ name = "komodo-binaries-dev-x86_64"
tags = ["dev", "binaries", "x86_64"] tags = ["dev", "binaries", "x86_64"]
[build.config] [build.config]
builder = "x86_64-builder" builder = "x86_64-builder"
version = "1.18.5" version = "1.19.0"
auto_increment_version = false auto_increment_version = false
image_name = "komodo-binaries" image_name = "komodo-binaries"
image_tag = "dev-x86_64" image_tag = "dev-x86_64"
@@ -32,7 +32,7 @@ links = [
"https://github.com/moghtech/komodo/pkgs/container/komodo-binaries" "https://github.com/moghtech/komodo/pkgs/container/komodo-binaries"
] ]
repo = "moghtech/komodo" repo = "moghtech/komodo"
branch = "1.18.5" branch = "1.19.0"
dockerfile_path = "bin/binaries.Dockerfile" dockerfile_path = "bin/binaries.Dockerfile"
image_registry.domain = "ghcr.io" image_registry.domain = "ghcr.io"
image_registry.account = "mbecker20" image_registry.account = "mbecker20"
@@ -40,6 +40,43 @@ image_registry.organization = "moghtech"
## ##
[[build]]
name = "komodo-cli-dev"
description = """
OPEN FOR INSTRUCTIONS
Must run the following command on host to create the builder:
'docker buildx create --name builder --use --bootstrap'
"""
tags = ["dev", "cli"]
[build.config]
builder = "x86_64-builder"
version = "1.19.0"
auto_increment_version = false
image_name = "komodo-cli"
image_tag = "dev"
links = [
"https://github.com/moghtech/komodo/pkgs/container/komodo-cli"
]
repo = "moghtech/komodo"
branch = "1.19.0"
dockerfile_path = "bin/cli/multi-arch.Dockerfile"
image_registry.domain = "ghcr.io"
image_registry.account = "mbecker20"
image_registry.organization = "moghtech"
extra_args = [
"--platform linux/amd64,linux/arm64",
"--builder builder"
]
pre_build.command = """
docker buildx create --name builder --use --bootstrap
"""
build_args = """
BINARIES_IMAGE = ghcr.io/moghtech/komodo-binaries:latest-dev
"""
##
[[build]] [[build]]
name = "komodo-core-dev" name = "komodo-core-dev"
description = """ description = """
@@ -51,7 +88,7 @@ Must run the following command on host to create the builder:
tags = ["dev", "core"] tags = ["dev", "core"]
[build.config] [build.config]
builder = "x86_64-builder" builder = "x86_64-builder"
version = "1.18.5" version = "1.19.0"
auto_increment_version = false auto_increment_version = false
image_name = "komodo-core" image_name = "komodo-core"
image_tag = "dev" image_tag = "dev"
@@ -59,7 +96,7 @@ links = [
"https://github.com/moghtech/komodo/pkgs/container/komodo-core" "https://github.com/moghtech/komodo/pkgs/container/komodo-core"
] ]
repo = "moghtech/komodo" repo = "moghtech/komodo"
branch = "1.18.5" branch = "1.19.0"
dockerfile_path = "bin/core/multi-arch.Dockerfile" dockerfile_path = "bin/core/multi-arch.Dockerfile"
image_registry.domain = "ghcr.io" image_registry.domain = "ghcr.io"
image_registry.account = "mbecker20" image_registry.account = "mbecker20"
@@ -83,7 +120,7 @@ name = "komodo-frontend-dev"
tags = ["dev", "frontend"] tags = ["dev", "frontend"]
[build.config] [build.config]
builder = "x86_64-builder" builder = "x86_64-builder"
version = "1.18.5" version = "1.19.0"
auto_increment_version = false auto_increment_version = false
image_name = "komodo-frontend" image_name = "komodo-frontend"
image_tag = "dev" image_tag = "dev"
@@ -91,7 +128,7 @@ links = [
"https://github.com/moghtech/komodo/pkgs/container/komodo-frontend" "https://github.com/moghtech/komodo/pkgs/container/komodo-frontend"
] ]
repo = "moghtech/komodo" repo = "moghtech/komodo"
branch = "1.18.5" branch = "1.19.0"
dockerfile_path = "frontend/Dockerfile" dockerfile_path = "frontend/Dockerfile"
image_registry.domain = "ghcr.io" image_registry.domain = "ghcr.io"
image_registry.account = "mbecker20" image_registry.account = "mbecker20"
@@ -110,7 +147,7 @@ Must run the following command on host to create the builder:
tags = ["dev", "periphery"] tags = ["dev", "periphery"]
[build.config] [build.config]
builder = "x86_64-builder" builder = "x86_64-builder"
version = "1.18.5" version = "1.19.0"
auto_increment_version = false auto_increment_version = false
image_name = "komodo-periphery" image_name = "komodo-periphery"
image_tag = "dev" image_tag = "dev"
@@ -118,7 +155,7 @@ links = [
"https://github.com/moghtech/komodo/pkgs/container/komodo-periphery" "https://github.com/moghtech/komodo/pkgs/container/komodo-periphery"
] ]
repo = "moghtech/komodo" repo = "moghtech/komodo"
branch = "1.18.5" branch = "1.19.0"
dockerfile_path = "bin/periphery/multi-arch.Dockerfile" dockerfile_path = "bin/periphery/multi-arch.Dockerfile"
image_registry.domain = "ghcr.io" image_registry.domain = "ghcr.io"
image_registry.account = "mbecker20" image_registry.account = "mbecker20"
@@ -136,43 +173,6 @@ build_args = """
## ##
[[build]]
name = "komodo-util-dev"
description = """
OPEN FOR INSTRUCTIONS
Must run the following command on host to create the builder:
'docker buildx create --name builder --use --bootstrap'
"""
tags = ["dev", "util"]
[build.config]
builder = "x86_64-builder"
version = "1.18.5"
auto_increment_version = false
image_name = "komodo-util"
image_tag = "dev"
links = [
"https://github.com/moghtech/komodo/pkgs/container/komodo-util"
]
repo = "moghtech/komodo"
branch = "1.18.5"
dockerfile_path = "bin/util/multi-arch.Dockerfile"
image_registry.domain = "ghcr.io"
image_registry.account = "mbecker20"
image_registry.organization = "moghtech"
extra_args = [
"--platform linux/amd64,linux/arm64",
"--builder builder"
]
pre_build.command = """
docker buildx create --name builder --use --bootstrap
"""
build_args = """
BINARIES_IMAGE = ghcr.io/moghtech/komodo-binaries:latest-dev
"""
##
[[repo]] [[repo]]
name = "upload-binaries-dev" name = "upload-binaries-dev"
tags = ["dev", "binaries"] tags = ["dev", "binaries"]
@@ -209,7 +209,7 @@ enabled = true
executions = [ executions = [
{ execution.type = "RunBuild", execution.params.build = "komodo-core-dev", enabled = true }, { execution.type = "RunBuild", execution.params.build = "komodo-core-dev", enabled = true },
{ execution.type = "RunBuild", execution.params.build = "komodo-periphery-dev", enabled = true }, { execution.type = "RunBuild", execution.params.build = "komodo-periphery-dev", enabled = true },
{ execution.type = "RunBuild", execution.params.build = "komodo-util-dev", enabled = true }, { execution.type = "RunBuild", execution.params.build = "komodo-cli-dev", enabled = true },
{ execution.type = "BuildRepo", execution.params.repo = "upload-binaries-dev", enabled = true } { execution.type = "BuildRepo", execution.params.repo = "upload-binaries-dev", enabled = true }
] ]
@@ -220,9 +220,9 @@ name = "publish-dev"
tags = ["dev"] tags = ["dev"]
[action.config] [action.config]
file_contents = """ file_contents = """
const BRANCH = "1.18.5"; const BRANCH = "1.19.0";
const VERSION = "1.18.5"; const VERSION = "1.19.0";
const TAG = "dev-5"; const TAG = "dev-9";
await komodo.write("UpdateVariableValue", { await komodo.write("UpdateVariableValue", {
name: "KOMODO_DEV_VERSION", name: "KOMODO_DEV_VERSION",