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