Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .image-gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ security_scan_trivy:
TRIVY_IGNORE: >-
CVE-2023-31484,CVE-2023-45853,
CVE-2023-52425,CVE-2024-8176,
CVE-2025-9900,
CVE-2025-9900,CVE-2025-68121,CVE-2026-25679,CVE-2026-32280,
CVE-2026-32281,CVE-2026-32281,
CVE-2026-0861,CVE-2025-8194,CVE-2025-13699,
CVE-2025-13836,CVE-2025-40914
# Above two rows are for spamassassin under debian trixie
# CVE-2025-9900 is for MythTV 36
# CVE-2025-9900 and next line are for MythTV 36, unfixed ubuntu:resolute
# Below are for blacklist image, there's a won't-fix note for zlib1g
# CVE-2023-31484,CVE-2023-45853
TRIVY_OUTPUT: gl-container-scanning-report.json
Expand Down
2 changes: 1 addition & 1 deletion images/mariadb-galera/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mariadb:12.3.1
FROM mariadb:12.2.2
ARG BUILD_DATE
ARG VCS_REF
LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \
Expand Down
2 changes: 1 addition & 1 deletion images/mariadb-galera/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sources:
- https://github.com/MariaDB/galera
type: application
version: 0.1.3
appVersion: "12.3.1"
appVersion: "12.2.2"
dependencies:
- name: chartlib
version: 0.1.8
Expand Down
Loading