Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redo dependency system #314

Open
viccuad opened this issue Oct 29, 2020 · 0 comments
Open

Redo dependency system #314

viccuad opened this issue Oct 29, 2020 · 0 comments

Comments

@viccuad
Copy link
Member

viccuad commented Oct 29, 2020

Provide a new implementation for a dependency system.
Ideally, it would look similar or if not the same to https://github.com/cloudfoundry-incubator/kubecf/tree/master/scripts/tools.

Some constraints that have popped up:

  • Needs to be flat. No utilities should be pre-depended on before others (eg: current catapult depends on jq to be able to craft configs, that may be used later on to obtain yq).
  • Obtained dependencies must be stored in a way so they are cacheable (by CI, etc). Bonus points if they don't get redownloaded every time one creates a new build dir for a cluster.
  • Needs to support several versions of binaries. E.g: kubectl versions. These versions will get used on the test environment, depending on the cluster k8s version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant