How to change openjdk in exported docker tar file

14 views Asked by At

I have docker image in a tar file that I load to a docker container.

I am trying to update openjdk and java version in it. After I un-tar the file I can not see any Dockerfile in it, Only Layers, manifest and hex json file. is there a way to update the jave and openjdk in it?

Thanks

0

There are 0 answers