12 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
cc80a43d42
handle issue-pr close and review submitted actions 2023-04-14 16:33:19 -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
3e8f97648f switch to callable 2022-12-13 12:06:41 -05:00
aptalca
01070c583c set proper workflow error message 2022-12-12 21:05:58 -05:00
aptalca
6e7da79dd4 add permission check workflow 2022-12-12 12:27:03 -05: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