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

Find strategy to keep asdf in the develop environment up-to-date #135

Open
ericcornelissen opened this issue Nov 11, 2023 · 0 comments
Open
Labels
help wanted Extra attention is needed meta Relates to the project or repository itself

Comments

@ericcornelissen
Copy link
Owner

Relates to #132

Summary

Find a way to keep the asdf version used in the development environment container/image defined for this repository up-to-date. The installation is defined at:

RUN git clone https://github.com/asdf-vm/asdf.git /.asdf --branch v0.13.1 \

The goal is that this stays pinned to an exact version1 - for reproducibility - while also staying up-to-date with recent versions semi-automatically - e.g. like Pull Requests by Dependabot.

Footnotes

  1. While the fact that git tag refs aren't immutable isn't in scope for this issue, suggestions for how to improve that aspect are welcome.

@ericcornelissen ericcornelissen added help wanted Extra attention is needed meta Relates to the project or repository itself labels Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed meta Relates to the project or repository itself
Projects
None yet
Development

No branches or pull requests

1 participant