fix: remove cs-firewall-bouncer from image pre-pull list
Some checks failed
CI/CD / syntax-check (push) Successful in 1m29s
CI/CD / deploy (push) Failing after 9m44s

crowdsecurity/cs-firewall-bouncer:v0.0.31 does not exist on Docker Hub.
The bouncer service was already removed from docker-compose.yml.
Remove from pre-pull list and defaults to unblock CI/CD deploy.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jack 2026-03-22 15:39:31 +07:00
parent 54ba45acaa
commit 6279bcb9b4
2 changed files with 0 additions and 2 deletions

View file

@ -28,7 +28,6 @@ alertmanager_image: "prom/alertmanager:v0.28.1" # https://hub
loki_image: "grafana/loki:3.4.3" # https://hub.docker.com/r/grafana/loki/tags loki_image: "grafana/loki:3.4.3" # https://hub.docker.com/r/grafana/loki/tags
promtail_image: "grafana/promtail:3.4.3" # https://hub.docker.com/r/grafana/promtail/tags promtail_image: "grafana/promtail:3.4.3" # https://hub.docker.com/r/grafana/promtail/tags
crowdsec_image: "crowdsecurity/crowdsec:v1.6.8" # https://hub.docker.com/r/crowdsecurity/crowdsec/tags crowdsec_image: "crowdsecurity/crowdsec:v1.6.8" # https://hub.docker.com/r/crowdsecurity/crowdsec/tags
crowdsec_bouncer_image: "crowdsecurity/cs-firewall-bouncer:v0.0.31" # https://hub.docker.com/r/crowdsecurity/cs-firewall-bouncer/tags
authelia_image: "authelia/authelia:4.38" # https://hub.docker.com/r/authelia/authelia/tags authelia_image: "authelia/authelia:4.38" # https://hub.docker.com/r/authelia/authelia/tags
redis_image: "redis:7-alpine" # shared with plane-redis redis_image: "redis:7-alpine" # shared with plane-redis
authelia_admin_user: "admin" authelia_admin_user: "admin"

View file

@ -26,7 +26,6 @@
- "{{ loki_image }}" - "{{ loki_image }}"
- "{{ promtail_image }}" - "{{ promtail_image }}"
- "{{ crowdsec_image }}" - "{{ crowdsec_image }}"
- "{{ crowdsec_bouncer_image }}"
- "{{ authelia_image }}" - "{{ authelia_image }}"
- "{{ uptime_kuma_image }}" - "{{ uptime_kuma_image }}"
register: pull_result register: pull_result