-
Notifications
You must be signed in to change notification settings - Fork 71
Add support for Ruby via asdf
#200
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
Conversation
@@ -1,7 +1,7 @@ | |||
# Read the Docs - Environment base | |||
FROM ubuntu:22.04 | |||
LABEL mantainer="Read the Docs <[email protected]>" | |||
LABEL version="ubuntu-22.04-2023.03.09" | |||
LABEL version="ubuntu-22.04-2024.01.29" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will need to re-build ubuntu-20.04
as well to install the Ruby plugin on asdf
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Medium scary... hopefully it doesn't break anything :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I opened #201 for this.
@@ -1,7 +1,7 @@ | |||
# Read the Docs - Environment base | |||
FROM ubuntu:22.04 | |||
LABEL mantainer="Read the Docs <[email protected]>" | |||
LABEL version="ubuntu-22.04-2023.03.09" | |||
LABEL version="ubuntu-22.04-2024.01.29" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Medium scary... hopefully it doesn't break anything :)
Related readthedocs/readthedocs.org#10346