Skip to content

kraft cloud compose build

Build a compose project

kraft cloud compose build [FLAGS] [COMPONENT]

Examples

# Build a compose project
$ kraft cloud compose build
# (If applicable) Set or override a runtime for a particular service
$ kraft cloud compose build --runtime app=base:latest
# Push the service images after a successful build
$ kraft cloud compose build --push

Options

-h, --help help for build
--push Push the built service images
--runtime strings Alternative runtime to use when packaging a service

Options inherited from parent commands

--file string Set the Compose file.
--metro string Unikraft Cloud metro location
--token string Unikraft Cloud access token

Aliases

The kraft cloud compose build command can also be run as:

b

See Also