←back to thread

47 points mr_o47 | 2 comments | | HN request time: 0s | source
Show context
systemerror ◴[] No.45903306[source]
Why does air-gapped environment require rolling your own CI/CD solution? Plenty of examples of air-gapped Jenkins and/or Argo Workflows. Was this just an educational exercise?
replies(3): >>45904073 #>>45906749 #>>45906809 #
mr_o47 ◴[] No.45904073[source]
This was more like an educational exercise
replies(1): >>45904136 #
esafak ◴[] No.45904136[source]
Since you're exercising, you can take it to the next level where you don't specify the next step but the inputs to each task, allowing you to infer the DAG and implement caching...
replies(1): >>45906728 #
1. verdverm ◴[] No.45906728[source]
You can do this with cue/flow, but have not turned it into a full CI system. The building blocks are there
replies(1): >>45907355 #
2. mr_o47 ◴[] No.45907355[source]
Never heard of cue/flow will definitely check it out