vscode-dev-containers icon indicating copy to clipboard operation
vscode-dev-containers copied to clipboard

Support for micro versions of Ruby

Open dsyer opened this issue 3 years ago • 3 comments

I needed to use Ruby 2.7.4 for a specific project that has that hard-coded in the Gemfile. Devcontainers standard containers only let me specify the minor version (2.7) and that lands on 2.7.6 currently, so my project won't build.

dsyer avatar Apr 20 '22 14:04 dsyer

cc @jarrodldavis for thoughts, as one of the contributors listed on https://github.com/microsoft/vscode-dev-containers/tree/main/containers/ruby-rails-postgres.

bamurtaugh avatar Apr 25 '22 17:04 bamurtaugh

This would also be a great feature for other languages, too (read: Python ❤️).

simensol avatar Apr 30 '22 20:04 simensol

It may be useful to have an option to chose the base.Dockerfile, so users can freely change the base image. https://github.com/microsoft/vscode-dev-containers/blob/ab35cd690c2e357379bcebae8303d0c8704b8882/containers/ruby/.devcontainer/base.Dockerfile#L3

eitsupi avatar May 04 '22 15:05 eitsupi