Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Jul 22, 2024
1 parent 42fab2e commit 09ceea4
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ target "repository" {

target "search_liveindexing" {
matrix = {
liveindexing = ["metadata", "path", ""]
liveindexing = ["metadata", "path"]
}
name = "search_liveindexing-${liveindexing}"
args = {
Expand All @@ -173,3 +173,21 @@ target "search_liveindexing" {
tags = ["alfresco-elasticsearch-live-indexing-${liveindexing}:latest"]
output = ["type=docker"]
}

target "search_liveindexing-aio" {
name = "search_liveindexing-aio"
args = {
LIVEINDEXING = "alfresco-elasticsearch-live-indexing"
}
dockerfile = "./search/enterprise/common/Dockerfile"
inherits = ["java_base"]
contexts = {
java_base = "target:java_base"
}
labels = {
"org.opencontainers.image.title" = "${PRODUCT_LINE} Enterprise Search - All in one"
"org.opencontainers.image.description" = "${PRODUCT_LINE} Enterprise Search - All in one live indexing"
}
tags = ["alfresco-elasticsearch-live-indexing:latest"]
output = ["type=docker"]
}

0 comments on commit 09ceea4

Please sign in to comment.