14 Commits

Author SHA1 Message Date
Some Watson
4906b34c6d Create a docker mod to add rbenv to code-server
This mod adds rbenv to code-server, to be installed/updated during container start.

rbenv is a version manager tool for the Ruby programming language on Unix-like systems. It is useful for switching between multiple Ruby versions on the same machine and for ensuring that each project you are working on always runs on the correct Ruby version.

This mod includes adding shell completions for rbenv in bash and zsh.

Includes ruby-build, which allows you to run the rbenv install command.

If it's already installed, make sure to upgrade it by pulling the latest changes from the git repo

Adds the required packages of the build environment

Need these pre-requisites in order to install ruby in rbenv

Set permissions for ~/.rbenv

It needs to be able to write into that directory when installing new versions of Ruby
2025-11-30 22:15:08 +00:00
aptalca
00d5edca06
add multi-arch support to template 2024-01-24 18:20:05 -05:00
aptalca
65dbb2c261
remove s6v2 compatibility 2023-04-13 09:37:22 -04:00
aptalca
880cc9b0d4
fix typo 2023-04-11 16:59:46 -04:00
aptalca
700f798471
update template
switch to callable mod builder
add issue-pr tracker workflow
update permissions script
update readme instructions
2023-04-11 16:36:33 -04:00
aptalca
28a244874b template update to s6 v2-v3 hybrid 2022-09-25 15:28:39 -04:00
Roxedus
413aa5129f
Document internal "guidelines" 2021-12-29 23:25:33 +01:00
Eric Nemchik
afcc5a19aa Replace Travis with GHA 2020-10-25 09:55:40 -05:00
aptalca
66c6ab5c69
update mod creation instructions 2020-10-02 16:01:55 -04:00
aptalca
5be8b23ea1 readme and template updates 2020-04-01 17:35:56 -04:00
aptalca
ca2c0ce48e create template branch 2020-02-02 15:55:44 -05:00
thelamer
f03f664dec spacing 2019-04-14 22:31:13 -07:00
thelamer
5aeb83b384 adding rough draft docs for review 2019-04-14 22:28:48 -07:00
thelamer
c02f8e7e8e adding blacklist with fake names for loop testing 2019-04-13 15:15:24 -07:00