Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Jul 19, 2024
1 parent 1df8f19 commit d1d2ca2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ target "java_base" {
"org.opencontainers.image.authors" = "${LABEL_AUTHOR}"
}
tags = ["alfresco-base-java:${JDIST}${JAVA_MAJOR}-${DISTRIB_NAME}${DISTRIB_MAJOR}"]
output = ["type=docker"]
output = ["type=cacheonly"]
}

variable "TOMCAT_MAJOR" {
Expand Down Expand Up @@ -135,7 +135,7 @@ target "tomcat_base" {
"org.opencontainers.image.description" = "A base image shipping Tomcat for Alfresco Products"
}
tags = ["alfresco-base-tomcat:tomcat${TOMCAT_MAJOR}-${JDIST}${JAVA_MAJOR}-${DISTRIB_NAME}${DISTRIB_MAJOR}"]
output = ["type=docker"]
output = ["type=cacheonly"]
}

target "repository" {
Expand Down Expand Up @@ -170,6 +170,6 @@ target "search_liveindexing" {
"org.opencontainers.image.title" = "${PRODUCT_LINE} Enterprise Search - ${liveindexing}"
"org.opencontainers.image.description" = "${PRODUCT_LINE} Enterprise Search - ${liveindexing} live indexing"
}
tags = ["alfresco-elasticsearch-live-indexing-${LIVEINDEXING}:latest"]
tags = ["alfresco-elasticsearch-live-indexing-${liveindexing}:latest"]
output = ["type=docker"]
}

0 comments on commit d1d2ca2

Please sign in to comment.