Skip to content

Commit

Permalink
Update Docker build config for ngen_cal image.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbartel committed Aug 2, 2023
1 parent 04e200c commit 1afeb5d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker/main/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,16 @@ services:
ngen-calibration:
image: ${DOCKER_INTERNAL_REGISTRY:?}/ngen-calibration:${NGEN_CAL_IMAGE_TAG:-latest}
build:
context: ./ngen-calibration
context: ./ngen
target: ngen_cal_worker
args:
BASE_NGEN_IMAGE_TAG: ${NGEN_CAL_BASE_IMAGE_TAG:-latest}
#REPO_URL: ${NGEN_REPO_URL?No NGen repo url configured}
REPO_URL: ${NGEN_REPO_URL?No NGen repo url configured}
NGEN_CAL_BRANCH: ${NGEN_CAL_BRANCH:-master}
NGEN_CAL_COMMIT: ${NGEN_CAL_COMMIT}
#TROUTE_REPO_URL: ${TROUTE_REPO_URL?No t-route repo url configured}
#TROUTE_BRANCH: ${TROUTE_BRANCH?No t-route branch configured}
#TROUTE_COMMIT: ${TROUTE_COMMIT}
#BUILD_PARALLEL_JOBS: ${NGEN_BUILD_PARALLEL_JOBS:-2}
TROUTE_REPO_URL: ${TROUTE_REPO_URL?No t-route repo url configured}
TROUTE_BRANCH: ${TROUTE_BRANCH?No t-route branch configured}
TROUTE_COMMIT: ${TROUTE_COMMIT}
BUILD_PARALLEL_JOBS: ${NGEN_BUILD_PARALLEL_JOBS:-2}
DOCKER_INTERNAL_REGISTRY: ${DOCKER_INTERNAL_REGISTRY:?}
depends_on:
- ngen
Expand Down

0 comments on commit 1afeb5d

Please sign in to comment.