Maikel Penz
12/15/2022, 3:17 AMDocker(
registry_url=registry_url,
image_name=image_name,
image_tag=image_tag,
files=workflow_files,
env_vars=env_vars,
extra_dockerfile_commands=pip_commands
).build(push=True)
I understand the new concept on 2.0 where we reference a block, which references an image. But by any chance are there utilities to help building and pushing workflow base images?Joël Luijmes
12/15/2022, 2:55 PMMaikel Penz
12/15/2022, 7:58 PM