Skip to content

Commit

Permalink
Do not pull images with docker-compose service (#1923)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Dec 29, 2023
1 parent e81e7be commit 468133c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions environments/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ docker_version: "5:24.0.7"
docker_user: "{{ operator_user }}"
docker_opts:
max-concurrent-downloads: 20
docker_compose_pull: false

##########################
# container registries
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
features:
- |
Do not pull images when starting or restarting a docker-compose service.
This prevents long running times when testing.

0 comments on commit 468133c

Please sign in to comment.