Compare commits

...

2 commits

Author SHA1 Message Date
34a2fdc9f4 Update docker.io/pretalx/standalone Docker tag to v2026
All checks were successful
/ build (pull_request) Successful in 28s
/ Ansible Lint (push) Successful in 2m42s
/ Ansible Lint (pull_request) Successful in 3m37s
2026-07-23 20:16:20 +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 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ services:
- pretalx_net - pretalx_net
pretalx: pretalx:
image: docker.io/pretalx/standalone:v2025.1.0 image: docker.io/pretalx/standalone:v2026.2.1
entrypoint: gunicorn entrypoint: gunicorn
command: command:
- "pretalx.wsgi" - "pretalx.wsgi"
@ -78,7 +78,7 @@ services:
- pretalx_net - pretalx_net
celery: celery:
image: docker.io/pretalx/standalone:v2025.1.0 image: docker.io/pretalx/standalone:v2026.2.1
command: command:
- taskworker - taskworker
restart: unless-stopped restart: unless-stopped

View file

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