Skip to content
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

Create Ruby Images #4

Open
fkorotkov opened this issue Apr 14, 2019 · 2 comments
Open

Create Ruby Images #4

fkorotkov opened this issue Apr 14, 2019 · 2 comments

Comments

@fkorotkov
Copy link
Contributor

To simplify cirruslabs/cirrus-ci-docs#245

@duckinator
Copy link

duckinator commented May 10, 2019

Now that you added msys2 to contrib/cmake, I think this may consist entirely of:

FROM cirrusci/windowsservercore:cmake

RUN choco install -y ruby --version INSERT_RUBY_VERSION_HERE
RUN ridk install 2 3

But I've not tested that. :)

A good starting point in terms of versions to provide images for is probably the Ruby versions that are in "normal maintenance", as listed on https://www.ruby-lang.org/en/downloads/branches/

That's usually 2-3 versions. Currently it's 2.5 + 2.6.

@duckinator
Copy link

I made an attempt at implementing this, but unfortunately I don't have a working Windows system and I can't get Docker working in a Windows VM.

It may provide a good starting point, though: duckinator@021ea05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants