Skip to main content

Command: build datacenter

Builds a Datacenter and all its modules into an artifact that can be shared with others.

$ arcctl build datacenter ./digitalocean
$ arcctl build datacenter ./digitalocean --tag architectio/digitalocean-datacenter:latest

Arguments

IndexDescription
0The path to the datacenter config file

Flags

NameTypeDescription
--tagArray<String>A tag that will point to the built datacenter
--pushBooleanAutomatically push the built image to the registries associated with each tag
--platformStringA comma-separated list of platforms to build the modules and corresponding docker images for (e.g. linux/arm64,linux/amd64)