@Target(value={CONSTRUCTOR,TYPE}) @Retention(value=RUNTIME) public @interface DockerBuild
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
autoBuildEnabled
Flag to automatically register a build hook after compilation.
|
boolean |
autoDeployEnabled
Flag to trigger the registration of the deploy hook.
|
boolean |
autoPushEnabled
Flag to automatically push the image, to the specified registry.
|
String |
dockerFile
The relative path of the Dockerfile, from the module root.
|
String |
registry
The registry that holds the image.
|
public abstract String dockerFile
public abstract String registry
public abstract boolean autoPushEnabled
Copyright © 2018–2019 Red Hat. All rights reserved.