Package io.micronaut.maven.jib
Class JibConfigurationService
java.lang.Object
io.micronaut.maven.jib.JibConfigurationService
Exposes the Jib plugin configuration so that it can be read by other mojos.
- Since:
- 1.1
- Author:
- Álvaro Sánchez-Mariscal
-
Constructor Details
-
JibConfigurationService
-
-
Method Details
-
getToImage
- Returns:
- the
to.image
configuration.
-
getFromImage
- Returns:
- the
from.image
configuration.
-
getTags
- Returns:
- the
to.tags
configuration.
-
getToCredentials
- Returns:
- the
to.auth.username
andto.auth.password
configuration.
-
getFromCredentials
- Returns:
- the
from.auth.username
andfrom.auth.password
configuration.
-
getWorkingDirectory
- Returns:
- the
container.workingDirectory
configuration.
-
getArgs
- Returns:
- the
container.args
configuration.
-
getPorts
- Returns:
- the
container.ports
configuration.
-