jruby / docker-jruby

MIT License
18 stars 27 forks source link

Jruby 9.2.7.0 #49

Closed deivid-rodriguez closed 5 years ago

deivid-rodriguez commented 5 years ago

Closes #48.

Includes two other related changes. At the beginning I was getting a 404 when running ./update.sh. I initially thought the s3 urls no longer worked because of https://github.com/rbenv/ruby-build/issues/1148. But in the end the problem was that the scripts used the $(< VERSION) construct which doesn't work in my default shell (dash).

cpuguy83 commented 5 years ago

Thanks! In order for the image to be updated, the manifest in docker-library/official-images needs to also be updated.

I can do this tomorrow, but also feel free to open a pr over there :)

❤️

deivid-rodriguez commented 5 years ago

Thanks! If you can do it tomorrow, that's great, otherwise I'll look into creating that PR :+1:

deivid-rodriguez commented 5 years ago

Looked into what's need in the previous bump and looks easy enough. I'll do it! :+1:

deivid-rodriguez commented 5 years ago

Done! https://github.com/docker-library/official-images/pull/5726

cpuguy83 commented 5 years ago

Thanks!