Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

older bash and tar commands in jdk-13 vs jdk-11 #137

Closed
pjungermann opened this issue Nov 21, 2019 · 1 comment
Closed

older bash and tar commands in jdk-13 vs jdk-11 #137

pjungermann opened this issue Nov 21, 2019 · 1 comment

Comments

@pjungermann
Copy link

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

@carlossg
Copy link
Owner

this is always up to date with upstream images

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

No branches or pull requests

2 participants