Skip to content

Commit f0b7e3f

Browse files
committed
feat: remove proxyd
1 parent dc80a18 commit f0b7e3f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docker-bake.hcl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -108,17 +108,4 @@ target "op-ufm" {
108108
}
109109
platforms = split(",", PLATFORMS)
110110
tags = [for tag in split(",", IMAGE_TAGS) : "${REGISTRY}/${REPOSITORY}/op-ufm:${tag}"]
111-
}
112-
113-
target "proxyd" {
114-
dockerfile = "./proxyd/Dockerfile"
115-
context = "./"
116-
args = {
117-
// proxyd dockerfile has no _ in the args
118-
GITCOMMIT = "${GIT_COMMIT}"
119-
GITDATE = "${GIT_DATE}"
120-
GITVERSION = "${GIT_VERSION}"
121-
}
122-
platforms = split(",", PLATFORMS)
123-
tags = [for tag in split(",", IMAGE_TAGS) : "${REGISTRY}/${REPOSITORY}/proxyd:${tag}"]
124111
}

0 commit comments

Comments
 (0)