Commit graph

6 commits

Author SHA1 Message Date
Lennard
80c2c13a8b
Use isolated docker config in test sandbox (#700)
* Introduce DOCKER_CONFIG_FILE in test-suite

* Set DOCKER_CONFIG_FILE in CI

---------

Co-authored-by: Frederik Ring <frederik.ring@gmail.com>
2025-12-28 17:58:59 +01:00
Frederik Ring
4d87150f3b containerd storage cannot be shared across containers 2025-12-02 17:17:54 +01:00
Frederik Ring
89e0ebfe32 Default image store location has changed in Docker 29 2025-12-02 16:25:24 +01:00
Frederik Ring
2222325935
Propagate docker config into test container so pulls are authenticated (#686) 2025-12-02 12:08:23 +01:00
Frederik Ring
0ce19a4ff2
Fall back to default behavior when deployed to a worker node (#593)
* Add test demonstrating failure when running on worker node

* Consider manager status when checking for swarm related features

* Update documentation
2025-06-09 14:19:18 +02:00
Frederik Ring
06bb25c980
Defining test sandbox in compose file allows testing against multi node swarm setup (#591)
* Defining test sandbox in compose file allows swapping with multi node swarm setup

* Test cases can request a multi node swarm cluster

* Docker healthchecks can be used for awaiting ready state

* Compose profiles can be used
2025-06-06 17:46:25 +02:00