mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 15:07:32 +00:00
tag core-mock
This commit is contained in:
1
Makefile
1
Makefile
@@ -12,7 +12,6 @@ export LOGIN_TEST_ACCEPTANCE_OIDCRP_TAG := login-test-acceptance-oidcrp:local
|
|||||||
export LOGIN_TEST_ACCEPTANCE_OIDCOP_TAG := login-test-acceptance-oidcop:local
|
export LOGIN_TEST_ACCEPTANCE_OIDCOP_TAG := login-test-acceptance-oidcop:local
|
||||||
export LOGIN_TEST_ACCEPTANCE_SAMLSP_TAG := login-test-acceptance-samlsp:local
|
export LOGIN_TEST_ACCEPTANCE_SAMLSP_TAG := login-test-acceptance-samlsp:local
|
||||||
export LOGIN_TEST_ACCEPTANCE_SAMLIDP_TAG := login-test-acceptance-samlidp:local
|
export LOGIN_TEST_ACCEPTANCE_SAMLIDP_TAG := login-test-acceptance-samlidp:local
|
||||||
export LOGIN_CLIENT_TAG := login-client:local
|
|
||||||
export POSTGRES_TAG := postgres:17.0-alpine3.19
|
export POSTGRES_TAG := postgres:17.0-alpine3.19
|
||||||
export GOLANG_TAG := golang:1.24-alpine
|
export GOLANG_TAG := golang:1.24-alpine
|
||||||
# TODO: use ghcr.io/zitadel/zitadel:latest
|
# TODO: use ghcr.io/zitadel/zitadel:latest
|
||||||
|
@@ -39,17 +39,12 @@ target "login-lint" {
|
|||||||
tags = ["${LOGIN_LINT_TAG}"]
|
tags = ["${LOGIN_LINT_TAG}"]
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "LOGIN_CLIENT_TAG" {
|
|
||||||
default = "login-client:local"
|
|
||||||
}
|
|
||||||
|
|
||||||
target "login-client" {
|
target "login-client" {
|
||||||
dockerfile = "dockerfiles/login-client.Dockerfile"
|
dockerfile = "dockerfiles/login-client.Dockerfile"
|
||||||
contexts = {
|
contexts = {
|
||||||
login-pnpm = "target:login-pnpm"
|
login-pnpm = "target:login-pnpm"
|
||||||
typescript-proto-client = "target:typescript-proto-client"
|
typescript-proto-client = "target:typescript-proto-client"
|
||||||
}
|
}
|
||||||
tags = ["${LOGIN_CLIENT_TAG}"]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
target "typescript-proto-client" {
|
target "typescript-proto-client" {
|
||||||
@@ -78,6 +73,7 @@ target "core-mock" {
|
|||||||
contexts = {
|
contexts = {
|
||||||
protos = "target:proto-files"
|
protos = "target:proto-files"
|
||||||
}
|
}
|
||||||
|
output = ["type=docker"]
|
||||||
tags = ["${CORE_MOCK_TAG}"]
|
tags = ["${CORE_MOCK_TAG}"]
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -118,4 +114,5 @@ target "login-standalone" {
|
|||||||
login-client = "target:login-client"
|
login-client = "target:login-client"
|
||||||
}
|
}
|
||||||
tags = ["${LOGIN_TAG}"]
|
tags = ["${LOGIN_TAG}"]
|
||||||
|
output = ["type=docker"]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user