@Target(value={CONSTRUCTOR,TYPE}) @Retention(value=RUNTIME) public @interface S2iBuild
| 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.
|
Env[] |
buildEnvVars
Environment variables to use for the s2i build.
|
String |
builderImage
The S2i builder image to use.
|
String |
dockerFile
The relative path of the Dockerfile, from the module root.
|
boolean |
enabled |
String |
group
The group of the application.
|
String |
image
The name of the image to be generated.
|
String |
name
The name of the application.
|
String |
registry
The registry that holds the image.
|
String |
version
The version of the application.
|
public abstract String registry
public abstract String group
public abstract String name
public abstract String version
public abstract String image
public abstract String dockerFile
public abstract String builderImage
public abstract Env[] buildEnvVars
public abstract boolean autoPushEnabled
Copyright © 2018–2022 Red Hat. All rights reserved.