mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-09-20 06:40:10 +00:00
Select Molecule scenarios by shared dependency usage
This commit is contained in:
@@ -15,8 +15,8 @@ molecule_shared_image_python: "docker.io/library/python:3.14-alpine"
|
||||
|
||||
# Postgres for scenarios whose role has a database. Pinned at the major the postgres role
|
||||
# deploys to new installations, and left to Renovate from there: when a new major lands,
|
||||
# the PR bumping this pin runs every scenario against it, which is the earliest warning we
|
||||
# get that a component does not cope. Users who upgrade Postgres promptly are on that major
|
||||
# the PR bumping this pin runs every scenario that uses Postgres against it, which is the
|
||||
# earliest warning we get that a component does not cope. Users who upgrade Postgres promptly are on that major
|
||||
# well before the postgres role makes it the default for new installations.
|
||||
# renovate: datasource=docker depName=docker.io/library/postgres
|
||||
molecule_shared_image_postgres: "docker.io/library/postgres:18.6-alpine"
|
||||
|
||||
Reference in New Issue
Block a user