quaint-telephone-89068
11/23/2022, 3:46 PMA docker_image can depend on loose files belonging to file / files targets, and on artifacts packaged from a variety of targets, such as pex_binary , python_distribution, archive, or any other target that can be built via the package goal.This blog post has a good explanation of multistage builds - possibly this could be folded into the docs as an additional section. Additionally, details on supported inference for upstream docker images in the FROM instruction should be added. The multi-stage build support is an extremely useful feature in my view and it would be good to highlight it. pantsbuild/pants