Skip to content

Commit

Permalink
Remove ldif-importer from docker-bake.hcl.
Browse files Browse the repository at this point in the history
ref: FORGEOPS-5200
  • Loading branch information
paulbsch committed Jan 9, 2025
1 parent 4652be9 commit cbfd14f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docker/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ group "base" {
"amster",
"idm",
"ig",
"ldif-importer",
]
}

Expand Down Expand Up @@ -279,20 +278,6 @@ target "ig" {
cache-from = ["type=registry,ref=${CACHE_REGISTRY}/${CACHE_REPOSITORY}/ig:build-cache"]
}

target "ldif-importer" {
inherits = ["base"]

context = "./ldif-importer"
dockerfile = "Dockerfile"
args = {
FROM_IMAGE = LDIF_IMPORTER_FROM_IMAGE
}

tags = "${tags("${REGISTRY}", "${REPOSITORY}", "ldif-importer", "${BUILD_TAG}")}"
cache-to = ["mode=max,type=registry,ref=${CACHE_REGISTRY}/${CACHE_REPOSITORY}/ldif-importer:build-cache"]
cache-from = ["type=registry,ref=${CACHE_REGISTRY}/${CACHE_REPOSITORY}/ldif-importer:build-cache"]
}

target "rcs-agent" {
inherits = ["base"]

Expand Down

0 comments on commit cbfd14f

Please sign in to comment.