Hello, I need to build a prefect image using anoth...
# ask-community
d
Hello, I need to build a prefect image using another distro. Although version 2.x includes a complete Dockerfile I am not able to find a similar one in v1.4.1 Where I can get a full Dockerfile for v1.4.1 ?, how the args are populated in Prefect CI process?, after reviewing https://docs-v1.prefect.io/core/development/overview.html I can't figure it out.
c
Hi David, is this what you are looking for? https://github.com/PrefectHQ/prefect/blob/1.x/Dockerfile
d
Hi Christopher, yes, I've just realized that in v1.x there are separate docker images for each component, in v2.x it is just one. Clear now, thanks for revealing
The issue now is where I can find a compatibility matrix of available repos (they don't share a common release tag) 😬