ehcache / ehcache3

Ehcache 3.x line
http://www.ehcache.org
Apache License 2.0
2.01k stars 579 forks source link

[master] Docker files for Ehcache #3105

Closed mathieucarbou closed 1 year ago

mathieucarbou commented 1 year ago

This PR adds a docker folder in the Ehcache kit with instructions on how to build the 3 images, plus the README to place on Docker Hub.

Notes:

Some ref regarding these required perm / uid:0 with OpenShift (also others): https://docs.openshift.com/container-platform/3.11/creating_images/guidelines.html#openshift-specific-guidelines

TO TEST:

gw assemble
gw distDir
cd clustered/ehcache-clustered/build/kit/
./docker/buildAndTest.groovy
mathieucarbou commented 1 year ago

Updated READMEs to add the necessary header and footer (licensing, etc) required to be deployed on hub.docker.com

mathieucarbou commented 1 year ago
gw assemble
gw distDir
cd clustered/ehcache-clustered/build/kit/
./docker/buildAndTest.groovy
mathieucarbou commented 1 year ago