From 8b0c05dddf74e228b9bb137a98c8e3d946308655 Mon Sep 17 00:00:00 2001 From: SimpleRisk Updater Date: Tue, 8 Sep 2026 20:30:42 +0000 Subject: [PATCH 1/2] Testing image trigger: version 20260908-001 (code-development @ fb4a315d) --- simplerisk-minimal/.testing-version | 2 +- simplerisk-minimal/Dockerfile | 4 ++-- simplerisk-minimal/stack.yml | 2 +- simplerisk/Dockerfile | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/simplerisk-minimal/.testing-version b/simplerisk-minimal/.testing-version index 33cd6ec..0359844 100644 --- a/simplerisk-minimal/.testing-version +++ b/simplerisk-minimal/.testing-version @@ -1 +1 @@ -20260828-001 +20260908-001 diff --git a/simplerisk-minimal/Dockerfile b/simplerisk-minimal/Dockerfile index 832f9de..82bbf90 100644 --- a/simplerisk-minimal/Dockerfile +++ b/simplerisk-minimal/Dockerfile @@ -16,13 +16,13 @@ SHELL [ "/bin/ash", "-eo", "pipefail", "-c" ] # updates feed, then extract -- fail-closed unless PREGA_BUNDLE_FALLBACK allows the # pre-GA path. See common/download_and_verify_bundle.sh. COPY common/download_and_verify_bundle.sh /download_and_verify_bundle.sh -RUN PREGA_BUNDLE_FALLBACK="$PREGA_BUNDLE_FALLBACK" sh /download_and_verify_bundle.sh 20260828-001 +RUN PREGA_BUNDLE_FALLBACK="$PREGA_BUNDLE_FALLBACK" sh /download_and_verify_bundle.sh 20260908-001 FROM php:${php_version}-apache LABEL maintainer="SimpleRisk " -ENV version=20260828-001 +ENV version=20260908-001 WORKDIR /var/www diff --git a/simplerisk-minimal/stack.yml b/simplerisk-minimal/stack.yml index ec2fafd..cb5b744 100644 --- a/simplerisk-minimal/stack.yml +++ b/simplerisk-minimal/stack.yml @@ -8,7 +8,7 @@ services: - DB_SETUP=automatic - DB_SETUP_PASS=simplerisk_setup - SIMPLERISK_DB_HOSTNAME=mysql - image: simplerisk/simplerisk-minimal:20260828-001 + image: simplerisk/simplerisk-minimal:20260908-001 ports: - "80:80" - "443:443" diff --git a/simplerisk/Dockerfile b/simplerisk/Dockerfile index 884312b..489e86d 100644 --- a/simplerisk/Dockerfile +++ b/simplerisk/Dockerfile @@ -14,13 +14,13 @@ SHELL [ "/bin/ash", "-eo", "pipefail", "-c" ] # -fsSL on the SQL fetch too: without --fail, curl writes the 404 body into # /simplerisk.sql and the image ships an HTML error page as its schema. COPY common/download_and_verify_bundle.sh /download_and_verify_bundle.sh -RUN PREGA_BUNDLE_FALLBACK="$PREGA_BUNDLE_FALLBACK" sh /download_and_verify_bundle.sh 20260828-001 && \ - curl -fsSL "https://github.com/simplerisk/database/raw/master/simplerisk-$DB_LANG-20260828-001.sql" > /simplerisk.sql +RUN PREGA_BUNDLE_FALLBACK="$PREGA_BUNDLE_FALLBACK" sh /download_and_verify_bundle.sh 20260908-001 && \ + curl -fsSL "https://github.com/simplerisk/database/raw/master/simplerisk-$DB_LANG-20260908-001.sql" > /simplerisk.sql # Using Ubuntu image FROM ubuntu:${ubuntu_version_code} -ENV version=20260828-001 +ENV version=20260908-001 # Maintained by SimpleRisk LABEL maintainer="Simplerisk " From 91bceac6dfdb071127565e74867bc85ab860ded9 Mon Sep 17 00:00:00 2001 From: SimpleRisk Updater Date: Wed, 9 Sep 2026 19:59:27 +0000 Subject: [PATCH 2/2] Testing image trigger: version 20260909-001 (code-development @ 49b8d278) --- simplerisk-minimal/.testing-version | 2 +- simplerisk-minimal/Dockerfile | 4 ++-- simplerisk-minimal/stack.yml | 2 +- simplerisk/Dockerfile | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/simplerisk-minimal/.testing-version b/simplerisk-minimal/.testing-version index 0359844..66c8154 100644 --- a/simplerisk-minimal/.testing-version +++ b/simplerisk-minimal/.testing-version @@ -1 +1 @@ -20260908-001 +20260909-001 diff --git a/simplerisk-minimal/Dockerfile b/simplerisk-minimal/Dockerfile index 82bbf90..42b3e79 100644 --- a/simplerisk-minimal/Dockerfile +++ b/simplerisk-minimal/Dockerfile @@ -16,13 +16,13 @@ SHELL [ "/bin/ash", "-eo", "pipefail", "-c" ] # updates feed, then extract -- fail-closed unless PREGA_BUNDLE_FALLBACK allows the # pre-GA path. See common/download_and_verify_bundle.sh. COPY common/download_and_verify_bundle.sh /download_and_verify_bundle.sh -RUN PREGA_BUNDLE_FALLBACK="$PREGA_BUNDLE_FALLBACK" sh /download_and_verify_bundle.sh 20260908-001 +RUN PREGA_BUNDLE_FALLBACK="$PREGA_BUNDLE_FALLBACK" sh /download_and_verify_bundle.sh 20260909-001 FROM php:${php_version}-apache LABEL maintainer="SimpleRisk " -ENV version=20260908-001 +ENV version=20260909-001 WORKDIR /var/www diff --git a/simplerisk-minimal/stack.yml b/simplerisk-minimal/stack.yml index cb5b744..4cd9ca1 100644 --- a/simplerisk-minimal/stack.yml +++ b/simplerisk-minimal/stack.yml @@ -8,7 +8,7 @@ services: - DB_SETUP=automatic - DB_SETUP_PASS=simplerisk_setup - SIMPLERISK_DB_HOSTNAME=mysql - image: simplerisk/simplerisk-minimal:20260908-001 + image: simplerisk/simplerisk-minimal:20260909-001 ports: - "80:80" - "443:443" diff --git a/simplerisk/Dockerfile b/simplerisk/Dockerfile index 489e86d..bad78a7 100644 --- a/simplerisk/Dockerfile +++ b/simplerisk/Dockerfile @@ -14,13 +14,13 @@ SHELL [ "/bin/ash", "-eo", "pipefail", "-c" ] # -fsSL on the SQL fetch too: without --fail, curl writes the 404 body into # /simplerisk.sql and the image ships an HTML error page as its schema. COPY common/download_and_verify_bundle.sh /download_and_verify_bundle.sh -RUN PREGA_BUNDLE_FALLBACK="$PREGA_BUNDLE_FALLBACK" sh /download_and_verify_bundle.sh 20260908-001 && \ - curl -fsSL "https://github.com/simplerisk/database/raw/master/simplerisk-$DB_LANG-20260908-001.sql" > /simplerisk.sql +RUN PREGA_BUNDLE_FALLBACK="$PREGA_BUNDLE_FALLBACK" sh /download_and_verify_bundle.sh 20260909-001 && \ + curl -fsSL "https://github.com/simplerisk/database/raw/master/simplerisk-$DB_LANG-20260909-001.sql" > /simplerisk.sql # Using Ubuntu image FROM ubuntu:${ubuntu_version_code} -ENV version=20260908-001 +ENV version=20260909-001 # Maintained by SimpleRisk LABEL maintainer="Simplerisk "