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
I'm running a build script with an assembly task and afterwards, I need to add some files outside of this command to the resulting tar file. Hereby, I was facing some issues and while investigating I found that the newer images (which was updated 2 days ago) contains older software compared to the other one which was published some time before.
maven:3.6-jdk-11 — tar: version 1.29 (2015), bash 4.4.12(1)-release (2016)
maven:3.6-jdk-13 — tar: version 1.26 (2011), bash 4.2.46(2)-release (2011)
It seems to come from openjdk:13-jdk though. openjdk:13-jdk-slim has more up-to-date ones, but is also based on debian:buster-slim. Unfortunately, there is no maven:3.6-jdk-13-slim available.
I'm running a build script with an assembly task and afterwards, I need to add some files outside of this command to the resulting tar file. Hereby, I was facing some issues and while investigating I found that the newer images (which was updated 2 days ago) contains older software compared to the other one which was published some time before.
maven:3.6-jdk-11 — tar: version 1.29 (2015), bash 4.4.12(1)-release (2016)
maven:3.6-jdk-13 — tar: version 1.26 (2011), bash 4.2.46(2)-release (2011)
It seems to come from openjdk:13-jdk though. openjdk:13-jdk-slim has more up-to-date ones, but is also based on debian:buster-slim. Unfortunately, there is no maven:3.6-jdk-13-slim available.
I've created an issue at openjdk, too:
docker-library/openjdk#374
The text was updated successfully, but these errors were encountered: