Gregory Hunt
06/16/2023, 6:45 PMprefect_docker.projects.steps.build_docker_image:
step support specifying the docker build platform? I see the prefect-docker package does.alex
06/16/2023, 6:47 PMprefect-docker
so you’ll need to make sure you’re using 0.3.0
of prefect-docker
in order to set the platform.Gregory Hunt
06/16/2023, 6:47 PMalex
06/16/2023, 6:51 PMrequires
keyword:
build:
prefect_docker.preojects.steps.build_docker_image:
requires: prefect-docker>=0.3.0
If the machine that you’re running prefect deploy
has prefect-docker
already installed then you may need to uninstall prefect-docker
before running prefect deploy
Gregory Hunt
06/16/2023, 6:53 PM