From 1053cee25d79fe9e3504c49e49cbad47d15bf9ae Mon Sep 17 00:00:00 2001 From: Wilbur Ince Date: Sat, 28 Dec 2024 14:34:31 -0600 Subject: [PATCH 1/2] Update backdrop to 1.29.2, and update some image configuration The latest backdrop release is now 1.29.2 - https://github.com/backdrop/backdrop/releases/, which was a security release of Backdrop CMS. We have also updated some of the image config to resolve issues with file locations. You can see all the repo updates at the backdrop-docker repo, along with the latest merge commit. https://github.com/backdrop-ops/backdrop-docker/commits/master Here is the latest merge hash `cb21983b4ec3b6fb90e8c12a916684688a3e9118` --- library/backdrop | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/backdrop b/library/backdrop index e1dd373624567..4ec448f91dc3b 100644 --- a/library/backdrop +++ b/library/backdrop @@ -4,12 +4,12 @@ Maintainers: Mike Pirog (@pirog), Greg Netsas (@klonos) GitRepo: https://github.com/backdrop-ops/backdrop-docker.git -Tags: 1.26.1, 1.26, 1, 1.26.1-apache, 1.26-apache, 1-apache, apache, latest +Tags: 1.29.1, 1.29, 1, 1.29.1-apache, 1.29-apache, 1-apache, apache, latest Architectures: amd64, arm64v8 -GitCommit: 95902d6610b2474ca88ff8faae40ed30e7d3318a +GitCommit: cb21983b4ec3b6fb90e8c12a916684688a3e9118 Directory: 1/apache -Tags: 1.26.1-fpm, 1.26-fpm, 1-fpm, fpm +Tags: 1.29.1-fpm, 1.29-fpm, 1-fpm, fpm Architectures: amd64, arm64v8 -GitCommit: 95902d6610b2474ca88ff8faae40ed30e7d3318a +GitCommit: cb21983b4ec3b6fb90e8c12a916684688a3e9118 Directory: 1/fpm From 2b108888a27fb1fc9a07ca2003bfb379fe83fc87 Mon Sep 17 00:00:00 2001 From: Wilbur Ince Date: Thu, 2 Jan 2025 18:13:18 -0600 Subject: [PATCH 2/2] Removed expose commands, and updated commits --- library/backdrop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/backdrop b/library/backdrop index 4ec448f91dc3b..8b876ac205d18 100644 --- a/library/backdrop +++ b/library/backdrop @@ -6,10 +6,10 @@ GitRepo: https://github.com/backdrop-ops/backdrop-docker.git Tags: 1.29.1, 1.29, 1, 1.29.1-apache, 1.29-apache, 1-apache, apache, latest Architectures: amd64, arm64v8 -GitCommit: cb21983b4ec3b6fb90e8c12a916684688a3e9118 +GitCommit: 4f986f41b86617411c52eefc86b59380312f1751 Directory: 1/apache Tags: 1.29.1-fpm, 1.29-fpm, 1-fpm, fpm Architectures: amd64, arm64v8 -GitCommit: cb21983b4ec3b6fb90e8c12a916684688a3e9118 +GitCommit: 4f986f41b86617411c52eefc86b59380312f1751 Directory: 1/fpm