1
0
mirror of https://github.com/pcvolkmer/mv64e-etl-processor synced 2025-09-13 09:02:50 +00:00

docs: update README.md and add current changes (#137)

This commit is contained in:
2025-08-21 15:51:36 +02:00
committed by GitHub
parent 3b66f42eb2
commit eed0972018
3 changed files with 18 additions and 13 deletions

View File

@@ -154,7 +154,7 @@ tasks.jacocoTestReport {
}
tasks.named<BootBuildImage>("bootBuildImage") {
imageName.set("ghcr.io/pcvolkmer/etl-processor")
imageName.set("ghcr.io/pcvolkmer/mv64e-etl-processor")
// Binding for CA Certs
bindings.set(listOf(
@@ -164,8 +164,8 @@ tasks.named<BootBuildImage>("bootBuildImage") {
environment.set(environment.get() + mapOf(
// Enable this line to embed CA Certs into image on build time
//"BP_EMBED_CERTS" to "true",
"BP_OCI_SOURCE" to "https://github.com/pcvolkmer/etl-processor",
"BP_OCI_SOURCE" to "https://github.com/pcvolkmer/mv64e-etl-processor",
"BP_OCI_LICENSES" to "AGPLv3",
"BP_OCI_DESCRIPTION" to "ETL Processor for bwHC MTB files"
"BP_OCI_DESCRIPTION" to "ETL Processor for MV § 64e and DNPM:DIP"
))
}