Assembling pants offline #21615
Unanswered
allcupsnotinprivate
asked this question in
Q&A
Replies: 2 comments 2 replies
-
I don't have experience with these sorts of airgap workflows myself, but do these help out? https://github.com/pantsbuild/scie-pants?tab=readme-ov-file#firewall-support |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hmm, curious why does Pants have to be pacakged into a .whl specifically? Pants is a binary (that happens to embed a Python interpreter and stuff, but that should be thought of as an implementation detail). So it isn't a Python distribution. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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:
How can I implement such a flow? The difficulty lies in point (1)
Beta Was this translation helpful? Give feedback.
All reactions