Skip to content

Commit 90b0894

Browse files
authored
docker: Force recreate to resolve yet another docker bug (#792)
Signed-off-by: Ryan Northey <[email protected]>
1 parent e2ee52e commit 90b0894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

single-page-app/verify.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ mkdir -p .local.ci/production
242242
cp -a xds .local.ci/production
243243
cp -a ui/index.html .local.ci/ui/
244244
export XDS_PATH=./.local.ci/production/xds
245-
docker compose up --build -d envoy
245+
docker compose up --build --pull missing --quiet-pull -d --force-recreate envoy
246246
docker compose run --rm ui build.sh
247247

248248
run_log "Check the created routes"
@@ -293,7 +293,7 @@ export ENVOY_CONFIG=.local.ci/envoy.yml
293293
# without this the image does not get rebuilt with the new config
294294
export COMPOSE_BAKE=false
295295
docker compose run --rm ui build.sh
296-
docker compose up --build -d envoy
296+
docker compose up --build --pull missing --quiet-pull -d --force-recreate envoy
297297

298298
run_log "Test dev app (Github)"
299299
wait_for 10 \

0 commit comments

Comments
 (0)