Skip to content

Add initial .tool-versions for use with asdf

Achilleas Pipinellis requested to merge axil-asdf-tool-versions into master

What does this MR do?

In https://docs.gitlab.com/charts/development/environment_setup.html#required-developer-tools, we mention that we recommend asdf to install the tools, but we don't make that easy.

This MR adds an initial .tool-versions for use with asdf.

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion.

Required

  • Merge Request Title and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com
  • When ready for review, MR is labeled "~workflow::ready for review" per the Distribution MR workflow

How to test

Assuming you have asdf installed, check out this branch, and then:

asdf plugin add minikube
asdf plugin add kubectl
asdf plugin add helm
asdf plugin add stern
asdf install

You should then be able to start minikube, and use Helm to install GitLab.

Edited by Mitchell Nielsen

Merge request reports