update resources for 1.17.0

This commit is contained in:
2025-03-23 15:06:26 -07:00
parent b9cbed6979
commit a515c160c9
2 changed files with 32 additions and 29 deletions

View File

@ -5,10 +5,10 @@ tags = ["dev", "binaries", "aarch64"]
builder = "aarch64-builder"
version = "1.17.0"
auto_increment_version = false
image_name = "binaries"
image_name = "komodo-binaries"
image_tag = "dev-aarch64"
links = [
"https://git.komo.do/moghtech/-/packages/container/binaries"
"https://github.com/moghtech/komodo/pkgs/container/komodo-binaries"
]
repo = "moghtech/komodo"
branch = "1.17.0"
@ -26,10 +26,10 @@ tags = ["dev", "binaries", "x86_64"]
builder = "x86_64-builder"
version = "1.17.0"
auto_increment_version = false
image_name = "binaries"
image_name = "komodo-binaries"
image_tag = "dev-x86_64"
links = [
"https://git.komo.do/moghtech/-/packages/container/binaries"
"https://github.com/moghtech/komodo/pkgs/container/komodo-binaries"
]
repo = "moghtech/komodo"
branch = "1.17.0"
@ -50,7 +50,7 @@ auto_increment_version = false
image_name = "komodo"
image_tag = "dev"
links = [
"https://git.komo.do/moghtech/-/packages/container/core"
"https://github.com/moghtech/komodo/pkgs/container/komodo"
]
repo = "moghtech/komodo"
branch = "1.17.0"
@ -63,8 +63,8 @@ extra_args = [
"--builder builder"
]
build_args = """
BINARIES_IMAGE = ghcr.io/moghtech/binaries:latest-dev
FRONTEND_IMAGE = ghcr.io/moghtech/frontend:latest-dev
BINARIES_IMAGE = ghcr.io/moghtech/komodo-binaries:latest-dev
FRONTEND_IMAGE = ghcr.io/moghtech/komodo-frontend:latest-dev
"""
##
@ -76,10 +76,10 @@ tags = ["dev", "frontend"]
builder = "local"
version = "1.17.0"
auto_increment_version = false
image_name = "frontend"
image_name = "komodo-frontend"
image_tag = "dev"
links = [
"https://git.komo.do/moghtech/-/packages/container/frontend"
"https://github.com/moghtech/komodo/pkgs/container/komodo-frontend"
]
repo = "moghtech/komodo"
branch = "1.17.0"
@ -97,10 +97,10 @@ tags = ["dev", "periphery"]
builder = "local"
version = "1.17.0"
auto_increment_version = false
image_name = "periphery"
image_name = "komodo-periphery"
image_tag = "dev"
links = [
"https://git.komo.do/moghtech/-/packages/container/core"
"https://github.com/moghtech/komodo/pkgs/container/komodo-periphery"
]
repo = "moghtech/komodo"
branch = "1.17.0"
@ -113,7 +113,7 @@ extra_args = [
"--builder builder"
]
build_args = """
BINARIES_IMAGE = ghcr.io/moghtech/binaries:latest-dev
BINARIES_IMAGE = ghcr.io/moghtech/komodo-binaries:latest-dev
"""
##
@ -128,7 +128,7 @@ repo = "moghtech/build"
on_clone.command = """
bash ./upload-binaries.sh \
[[KOMODO_DEV_TAG]] \
ghcr.io/moghtech/binaries:latest-dev \
ghcr.io/moghtech/komodo-binaries:latest-dev \
[[KOMODO_DEV_VERSION]] \
[[KOMODO_GIT_TOKEN]]
"""