mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
add go-pot to builder
This commit is contained in:
parent
b58080579a
commit
9acf738f10
1 changed files with 9 additions and 0 deletions
|
@ -135,6 +135,15 @@ services:
|
||||||
# context: ../glutton/
|
# context: ../glutton/
|
||||||
# <<: *common-build
|
# <<: *common-build
|
||||||
|
|
||||||
|
# Go-pot
|
||||||
|
go-pot:
|
||||||
|
image: ${TPOT_DOCKER_REPO}/go-pot:${TPOT_VERSION}
|
||||||
|
build:
|
||||||
|
tags:
|
||||||
|
- ${TPOT_GHCR_REPO}/go-pot:${TPOT_VERSION}
|
||||||
|
context: ../go-pot/
|
||||||
|
<<: *common-build
|
||||||
|
|
||||||
# Hellpot
|
# Hellpot
|
||||||
hellpot:
|
hellpot:
|
||||||
image: ${TPOT_DOCKER_REPO}/hellpot:${TPOT_VERSION}
|
image: ${TPOT_DOCKER_REPO}/hellpot:${TPOT_VERSION}
|
||||||
|
|
Loading…
Reference in a new issue