mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use a mirrored redis:alpine
container instead.
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
c944069cb1
commit
03dd1d41ea
1 changed files with 1 additions and 1 deletions
2
tests/pytests/functional/cache/test_redis.py
vendored
2
tests/pytests/functional/cache/test_redis.py
vendored
|
@ -23,7 +23,7 @@ pytest.importorskip("redis")
|
|||
def redis_container(salt_factories):
|
||||
container = salt_factories.get_container(
|
||||
random_string("redis-server-"),
|
||||
image_name="redis:alpine",
|
||||
image_name="ghcr.io/saltstack/salt-ci-containers/redis:alpine",
|
||||
container_run_kwargs={"ports": {"6379/tcp": None}},
|
||||
)
|
||||
with container.started() as factory:
|
||||
|
|
Loading…
Add table
Reference in a new issue