Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

feat: add asdf version manager #816

Closed
wants to merge 2 commits into from

Conversation

lukasholzer
Copy link
Contributor

@lukasholzer lukasholzer commented Jul 13, 2022

🎉 Thanks for submitting a pull request! 🎉

Summary

Fixes #787

As a preparation to make our build image working with arm64 we should get rid of a lot of installers therefore let's add asdf as this was requested anyways

List of available plugins:

https://github.com/asdf-vm/asdf-plugins

to install a plugin you can do so:

RUN asdf plugin add ruby && \
    asdf plugin add nodejs && \
    asdf plugin add golang && \
    asdf plugin add python && \
    asdf plugin add hugo && \
    asdf plugin add php && \
    asdf plugin add rust && \
    asdf plugin add clojure

# install a version
RUN asdf install golang 1.18

For us to review and ship your PR efficiently, please perform the following steps:

  • Open a bug/issue before writing your code 🧑‍💻. This ensures we can discuss the changes and get feedback from everyone that should be involved. If you`re fixing a typo or something that`s on fire 🔥 (e.g. incident related), you can skip this step.
  • Read the contribution guidelines 📖. This ensures your code follows our style guide and passes our tests.
  • Update or add tests (if any source code was changed or added) 🧪
  • Update the included software doc (if you updated included software) 📄
  • Update or add documentation (if features were changed or added) 📝
  • Make sure the status checks below are successful ✅

A picture of a cute animal (not mandatory, but encouraged)
image

@lukasholzer lukasholzer added the type: feature code contributing to the implementation of a feature and/or user facing functionality label Jul 13, 2022
@lukasholzer lukasholzer self-assigned this Jul 13, 2022
@lukasholzer lukasholzer force-pushed the feat/add-asdf-version-manager branch from a6c1d0a to 236fdee Compare July 13, 2022 13:26
@lukasholzer lukasholzer requested a review from kitop July 13, 2022 13:32
@lukasholzer lukasholzer force-pushed the feat/add-asdf-version-manager branch from 236fdee to 4eb9c2c Compare July 13, 2022 15:26
@kitop
Copy link
Contributor

kitop commented Jan 9, 2023

Closing as stale and not planned

@kitop kitop closed this Jan 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: feature code contributing to the implementation of a feature and/or user facing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support ASDF
2 participants