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