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

17 строки
836 B

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