diff --git a/dev.toml b/dev.toml index b04c74a..b71396b 100644 --- a/dev.toml +++ b/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"