Compare commits

...

2 commits

Author SHA1 Message Date
377fbd45dc Update docker.io/library/mariadb Docker tag to v12
All checks were successful
/ build (pull_request) Successful in 29s
/ Ansible Lint (push) Successful in 2m30s
/ Ansible Lint (pull_request) Successful in 2m38s
2026-07-23 20:16:01 +00:00
4218b59d3b
fix: alloy role the suites for deb repo must be stable
All checks were successful
/ build (push) Successful in 27s
/ Ansible Lint (push) Successful in 2m27s
2026-07-23 22:08:58 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
services:
database:
image: docker.io/library/mariadb:11
image: docker.io/library/mariadb:12
environment:
- "MARIADB_DATABASE=wordpress"
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"

View file

@ -5,7 +5,7 @@
name: grafana
types: deb
uris: https://apt.grafana.com
suites: "{{ ansible_facts['distribution_release'] }}"
suites: stable
components:
- main
signed_by: https://apt.grafana.com/gpg.key