You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openjdk:11-jdk uses Debian Stretch by default and doesn't have Oracle variants
Debian variants for the Oracle-consuming variants were re-added in #355, having been non-existent previously as there were no Debian packages on stable(Stretch or Buster) for 12+ #302 (comment)
So you can also specify openjdk:13-jdk-buster which has Bash 5.0.3(1) and Tar 1.30
$ docker run -it --rm openjdk:13-jdk-buster bashroot@fd7d9c6fe378:/# bash -versionGNU bash, version 5.0.3(1)-release (x86_64-pc-linux-gnu)Copyright (C) 2019 Free Software Foundation, Inc.License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>This is free software; you are free to change and redistribute it.There is NO WARRANTY, to the extent permitted by law.root@fd7d9c6fe378:/# tar --versiontar (GNU tar) 1.30Copyright (C) 2017 Free Software Foundation, Inc.License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.This is free software: you are free to change and redistribute it.There is NO WARRANTY, to the extent permitted by law.Written by John Gilmore and Jay Fenlason.
openjdk:11-jdk — tar: version 1.29 (2015), bash 4.4.12(1)-release (2016)
openjdk:13-jdk — tar: version 1.26 (2011), bash 4.2.46(2)-release (2011)
openjdk:13-jdk-slim has more up-to-date ones, but is also based on debian:buster-slim
The text was updated successfully, but these errors were encountered: