Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

15 строки
793 B

  1. ---
  2. # Helper container images the scenarios use for probing. Here rather than inline in each
  3. # verify.yml, so there is one pin per image instead of one per role, and so Renovate can see
  4. # them. See the customManager in .github/renovate.json.
  5. # Used to reach a role's container over its own container network, because the role publishes
  6. # no host port - exactly as in a real deployment. Publishing one for the test would collide
  7. # between scenarios running in parallel.
  8. # renovate: datasource=docker depName=docker.io/curlimages/curl
  9. molecule_shared_image_curl: "docker.io/curlimages/curl:8.11.1"
  10. # Used for small stub services (a fake homeserver, and so on).
  11. # renovate: datasource=docker depName=docker.io/library/python
  12. molecule_shared_image_python: "docker.io/library/python:3.13-alpine"