Skip to content

Conversation

deivid-rodriguez
Copy link
Contributor

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 rbenv/ruby-build#1148. But in the end the problem was that the scripts used the $(< VERSION) construct which doesn't work in my default shell (dash).

I think `$(< VERSION)` is a bash-ism, at least `./update.sh` wouldn't
run for me unless I changed the shebang.
Copy link
Contributor

@cpuguy83 cpuguy83 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cpuguy83 cpuguy83 merged commit 2652374 into jruby:master Apr 11, 2019
@cpuguy83
Copy link
Contributor

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
Copy link
Contributor Author

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

@deivid-rodriguez
Copy link
Contributor Author

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

@deivid-rodriguez
Copy link
Contributor Author

@cpuguy83
Copy link
Contributor

Thanks!

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

Successfully merging this pull request may close these issues.

Support 9.2.7.0
2 participants