├── 1.1.1-SNAPSHOT └── Dockerfile ├── 1.3 └── Dockerfile ├── 2.0 └── Dockerfile ├── 2.1 └── Dockerfile ├── 2.2 └── Dockerfile ├── 2.3 └── Dockerfile ├── 2.4 ├── Dockerfile └── settings.groovy ├── 2.5 ├── Dockerfile └── settings.groovy ├── LICENSE └── README.md /1.1.1-SNAPSHOT/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onesysadmin/docker-grails/HEAD/1.1.1-SNAPSHOT/Dockerfile -------------------------------------------------------------------------------- /1.3/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onesysadmin/docker-grails/HEAD/1.3/Dockerfile -------------------------------------------------------------------------------- /2.0/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onesysadmin/docker-grails/HEAD/2.0/Dockerfile -------------------------------------------------------------------------------- /2.1/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onesysadmin/docker-grails/HEAD/2.1/Dockerfile -------------------------------------------------------------------------------- /2.2/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onesysadmin/docker-grails/HEAD/2.2/Dockerfile -------------------------------------------------------------------------------- /2.3/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onesysadmin/docker-grails/HEAD/2.3/Dockerfile -------------------------------------------------------------------------------- /2.4/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onesysadmin/docker-grails/HEAD/2.4/Dockerfile -------------------------------------------------------------------------------- /2.4/settings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onesysadmin/docker-grails/HEAD/2.4/settings.groovy -------------------------------------------------------------------------------- /2.5/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onesysadmin/docker-grails/HEAD/2.5/Dockerfile -------------------------------------------------------------------------------- /2.5/settings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onesysadmin/docker-grails/HEAD/2.5/settings.groovy -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onesysadmin/docker-grails/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onesysadmin/docker-grails/HEAD/README.md --------------------------------------------------------------------------------