Matrix Docker Ansible eploy
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

15 wiersze
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"