License |
License |
---|---|
Categories |
CategoriesDocker Container Virtualization Tools |
GroupId | GroupIddk.grinn |
ArtifactId | ArtifactIddocker |
Last Version | Last Version2.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGrinn : Docker : JRE
Base JRE 11 docker image with a jboss user (ID 1000) and timezone updated
and set to Europe/Copenhagen.
It is as minimal as debian and open-jre can provide.
|
Filename | Size |
---|---|
docker-2.3.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dk.grinn/docker/ -->
<dependency>
<groupId>dk.grinn</groupId>
<artifactId>docker</artifactId>
<version>2.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dk.grinn/docker/
implementation 'dk.grinn:docker:2.3.0'
// https://jarcasting.com/artifacts/dk.grinn/docker/
implementation ("dk.grinn:docker:2.3.0")
'dk.grinn:docker:pom:2.3.0'
<dependency org="dk.grinn" name="docker" rev="2.3.0">
<artifact name="docker" type="pom" />
</dependency>
@Grapes(
@Grab(group='dk.grinn', module='docker', version='2.3.0')
)
libraryDependencies += "dk.grinn" % "docker" % "2.3.0"
[dk.grinn/docker "2.3.0"]