jruby / docker-jruby

MIT License
18 stars 27 forks source link

Is jruby:9.2.5.1 wrong version tag? #40

Closed fukayatsu closed 5 years ago

fukayatsu commented 5 years ago

Home — JRuby.org Latest release - 9.2.5.0

It seems JRuby 9.2.5.1 is not yet released at this point. jruby:9.2.5.1 should be jruby:9.2.5.0 ?

$ docker run --rm -it jruby:9.2.5.1

irb> JRUBY_VERSION
=> "9.2.5.0"
$ docker run --rm -it jruby:9.2.5.0

docker: Error response from daemon: manifest for jruby:9.2.5.0 not found.
cpuguy83 commented 5 years ago

😞 PR to fix it is here: https://github.com/docker-library/official-images/pull/5186

cpuguy83 commented 5 years ago

This is fixed.