[Komodo] Commit Sync: update dev.toml
This commit is contained in:
18
dev.toml
18
dev.toml
@@ -42,6 +42,12 @@ image_registry.organization = "moghtech"
|
||||
|
||||
[[build]]
|
||||
name = "komodo-core-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", "core"]
|
||||
[build.config]
|
||||
builder = "local"
|
||||
@@ -92,6 +98,12 @@ image_registry.organization = "moghtech"
|
||||
|
||||
[[build]]
|
||||
name = "komodo-periphery-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", "periphery"]
|
||||
[build.config]
|
||||
builder = "local"
|
||||
@@ -120,6 +132,12 @@ 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 = "local"
|
||||
|
Reference in New Issue
Block a user