tweaking / improving:

- add glutton to builder
- reduce parallel builds to 2
- require root for tc
- add docker logins
This commit is contained in:
t3chn0m4g3
2024-12-06 09:55:31 +01:00
parent 59cc5c7d38
commit d416d2e56b
2 changed files with 22 additions and 12 deletions

View File

@ -127,13 +127,13 @@ services:
<<: *common-build
# Glutton
# glutton:
# image: ${TPOT_DOCKER_REPO}/glutton:${TPOT_VERSION}
## build:
# tags:
# - ${TPOT_GHCR_REPO}/glutton:${TPOT_VERSION}
# context: ../glutton/
# <<: *common-build
glutton:
image: ${TPOT_DOCKER_REPO}/glutton:${TPOT_VERSION}
build:
tags:
- ${TPOT_GHCR_REPO}/glutton:${TPOT_VERSION}
context: ../glutton/
<<: *common-build
# Go-pot
go-pot: