8 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
thespad
71ed9ae65e
Update workflow version 2024-09-11 19:25:59 +01:00
thespad
e3e0998095
Add v2 sample workflow 2024-09-11 17:28:43 +01:00
aptalca
e0970214f2
Default MULTI_ARCH to true 2024-03-08 09:56:47 -05:00
aptalca
00d5edca06
add multi-arch support to template 2024-01-24 18:20:05 -05: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
Eric Nemchik
f20f64178f Add information about GHCR 2020-11-02 20:22:32 -06:00
Eric Nemchik
afcc5a19aa Replace Travis with GHA 2020-10-25 09:55:40 -05:00