mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Swich to ghcr.io/saltstack/salt-ci-containers/tinyproxy:latest
container do avoid dockerhub rate limiting
This commit is contained in:
parent
ce30baa568
commit
be69417af9
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ def tinyproxy_container(
|
|||
):
|
||||
container = salt_factories.get_container(
|
||||
"tinyproxy",
|
||||
image_name="vimagick/tinyproxy",
|
||||
image_name="ghcr.io/saltstack/salt-ci-containers/tinyproxy:latest",
|
||||
container_run_kwargs={
|
||||
"network_mode": "host",
|
||||
"volumes": {str(tinyproxy_dir): {"bind": "/etc/tinyproxy", "mode": "z"}},
|
||||
|
|
Loading…
Add table
Reference in a new issue