-
Maintained by:
the Apache Groovy project -
Where to get help:
the Docker Community Forums, the Docker Community Slack, or Stack Overflow
3.0.6-jdk8
,3.0-jdk8
,3.0.6-jdk
,3.0-jdk
,jdk8
,jdk
3.0.6-jre8
,3.0-jre8
,3.0.6-jre
,3.0-jre
,3.0.6
,3.0
,jre8
,jre
,latest
3.0.6-jdk11
,3.0-jdk11
,jdk11
3.0.6-jre11
,3.0-jre11
,jre11
3.0.6-jdk15
,3.0-jdk15
,jdk15
3.0.6-jre15
,3.0-jre15
,jre15
4.0.0-alpha-1-jdk8
,4.0-jdk8
,4.0.0-alpha-1-jdk
,4.0-jdk
4.0.0-alpha-1-jre8
,4.0-jre8
,4.0.0-alpha-1-jre
,4.0-jre
,4.0.0-alpha-1
,4.0
4.0.0-alpha-1-jdk11
,4.0-jdk11
4.0.0-alpha-1-jre11
,4.0-jre11
4.0.0-alpha-1-jdk15
,4.0-jdk15
4.0.0-alpha-1-jre15
,4.0-jre15
-
Where to file issues:
https://github.com/groovy/docker-groovy/issues -
Supported architectures: (more info)
amd64
,arm32v7
,arm64v8
,ppc64le
,s390x
-
Published image artifact details:
repo-info repo'srepos/groovy/
directory (history)
(image metadata, transfer size, etc) -
Image updates:
official-images PRs with labellibrary/groovy
official-images repo'slibrary/groovy
file (history) -
Source of this description:
docs repo'sgroovy/
directory (history)
Apache Groovy is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at improving developer productivity thanks to a concise, familiar and easy to learn syntax. It integrates smoothly with any Java program, and immediately delivers to your application powerful features, including scripting capabilities, Domain-Specific Language authoring, runtime and compile-time meta-programming and functional programming.
Note that if you are mounting a volume and the uid running Docker is not 1000
, you should run as user root
(-u root
).
docker run -it --rm groovy
docker run --rm -v "$PWD":/home/groovy/scripts -w /home/groovy/scripts groovy groovy <script> <script-args>
The local Grapes cache can be reused across containers by creating a volume and mounting it in /home/groovy/.groovy/grapes
.
docker volume create --name grapes-cache
docker run --rm -it -v grapes-cache:/home/groovy/.groovy/grapes groovy
View license information for the software contained in this image.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Some additional license information which was able to be auto-detected might be found in the repo-info
repository's groovy/
directory.
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.