File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 44# Build any service that provides the image sentry-self-hosted-local first,
55# as it is used as the base image for sentry-cleanup-self-hosted-local.
66$dc build --build-arg " http_proxy=${http_proxy:- } " --build-arg " https_proxy=${https_proxy:- } " --build-arg " no_proxy=${no_proxy:- } " --force-rm web
7- $dc build --build-arg " http_proxy=${http_proxy:- } " --build-arg " https_proxy=${https_proxy:- } " --build-arg " no_proxy=${no_proxy:- } " --force-rm
7+ for service in " $( $dc config --services) " ; do
8+ $dc build --build-arg " http_proxy=${http_proxy:- } " --build-arg " https_proxy=${https_proxy:- } " --build-arg " no_proxy=${no_proxy:- } " --force-rm $service
9+ done
810# Used in error-handling.sh for error envelope payloads
911docker build -t sentry-self-hosted-jq-local --platform=$DOCKER_PLATFORM $basedir /jq
1012echo " "
You can’t perform that action at this time.
0 commit comments