#best way to actually trigger container build from dockerfile

1 messages · Page 1 of 1 (latest)

jolly bison
#

having

dag.container().build(context=self.working_dir, dockerfile="Dockerfile")

it does not actually trigger the build. which is the bets way to actually trigger the build?
i know that if i do .stdout() it does it but there is a better way to do it? i just want to build this container

graceful escarp
#

Yes, you can use await ctr.sync().

jolly bison
#

is the same as await the promise? also if i want to build multiple images at the same time, micro service architecture, which is the best way?

placid hill
graceful escarp
#

Maybe you mean different images, not for different platforms though?

placid hill
graceful escarp