OpenLiberty / ci.docker

Eclipse Public License 1.0
42 stars 59 forks source link

Make it easy for open liberty to run on k8s with read only file system #447

Open prr19776 opened 10 months ago

prr19776 commented 10 months ago

want to run the open liberty on the readonly file system on k8s (AKS) , we are facing issues in using the symbolic link..

Also wanted to know whats the real use of docker-server.sh which is there in the base image? is it really needed ?

is there a fully working sample of a Dockerfile which will run on k8s with R/O file system?