com.github.manosbatsis.corda.testacles.containers.config / NodeImageNameConfig
NodeImageNameConfig¶
interface NodeImageNameConfig
Properties¶
| Name | Summary |
|---|---|
| entryPointOverride | abstract val entryPointOverride:List<String>Custom entrypoint to use if non-empty. |
| imageName | abstract val imageName:StringThe name of the docker image used |
Functions¶
| Name | Summary |
|---|---|
| getVersion | open fun getVersion():VersionThe version of the docker image used |
| isEnterprise | open fun isEnterprise():BooleanWhether the docker image used is based on Corda Enterprise |
Companion Object Properties¶
| Name | Summary |
|---|---|
| BASE_VERSION_4_0 | val BASE_VERSION_4_0:Version |
| BASE_VERSION_4_1 | val BASE_VERSION_4_1:Version |
| BASE_VERSION_4_2 | val BASE_VERSION_4_2:Version |
| BASE_VERSION_4_3 | val BASE_VERSION_4_3:Version |
| BASE_VERSION_4_4 | val BASE_VERSION_4_4:Version |
| BASE_VERSION_4_5 | val BASE_VERSION_4_5:Version |
| BASE_VERSION_4_6 | val BASE_VERSION_4_6:Version |
| BASE_VERSION_4_7 | val BASE_VERSION_4_7:Version |
| BASE_VERSION_4_8 | val BASE_VERSION_4_8:Version |
| CORDA_CE_ALPINE_ZULU_4_4_4 | const val CORDA_CE_ALPINE_ZULU_4_4_4:String |
| CORDA_CE_ALPINE_ZULU_4_5_2 | const val CORDA_CE_ALPINE_ZULU_4_5_2:String |
| CORDA_CE_ALPINE_ZULU_4_6 | const val CORDA_CE_ALPINE_ZULU_4_6:String |
| CORDA_CE_ALPINE_ZULU_4_6_1 | const val CORDA_CE_ALPINE_ZULU_4_6_1:String |
| CORDA_CE_ALPINE_ZULU_4_7_1 | const val CORDA_CE_ALPINE_ZULU_4_7_1:String |
| CORDA_OS_ZULU_4_4 | const val CORDA_OS_ZULU_4_4:String |
| CORDA_OS_ZULU_4_5 | const val CORDA_OS_ZULU_4_5:String |
| CORDA_OS_ZULU_4_6 | const val CORDA_OS_ZULU_4_6:String |
| CORDA_OS_ZULU_4_7 | const val CORDA_OS_ZULU_4_7:String |
| CORDA_OS_ZULU_4_8 | const val CORDA_OS_ZULU_4_8:String |
Companion Object Functions¶
| Name | Summary |
|---|---|
| buildVersion | fun buildVersion(imageName:String):Version |
| isEnterprise | fun isEnterprise(imageName:String):Boolean |
Inheritors¶
| Name | Summary |
|---|---|
| CordaNetworkConfig | interface CordaNetworkConfig :NodeImageNameConfig |
| NodeContainerConfig | data class NodeContainerConfig :NodeImageNameConfig |