#21615 Assembling pants offline
New discussion created by
allcupsnotinprivate
I have a repository that describes gitlab runner artifacts. It also defines a Dockerfile for assembly, all this is in the offline circuit. I need the following:
1. Somehow build pants (target version 2.22) into a binary file in .whl
2. From this .whl install pants into an image in a Dockerfile
How can I implement such a flow? The difficulty lies in point (1)
pantsbuild/pants