Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating image to latest release of Backdrop 1.30.1 #18589

Merged
merged 2 commits into from
Mar 7, 2025

Conversation

Wylbur
Copy link
Contributor

@Wylbur Wylbur commented Mar 7, 2025

Here's the latest release of Backdrop CMS:
https://github.com/backdrop/backdrop/releases/tag/1.30.1

Here's the latest commit to pur backdrop docker image repo:
backdrop-ops/backdrop-docker@0f03734

Thanks for your help!

@Wylbur Wylbur requested a review from a team as a code owner March 7, 2025 19:09

This comment has been minimized.

tianon
tianon previously approved these changes Mar 7, 2025
library/backdrop Outdated
Directory: 1/apache

Tags: 1.30.0-fpm, 1.30-fpm, 1-fpm, fpm
Tags: 1.31.0-fpm, 1.30-fpm, 1-fpm, fpm
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait, is this right? This should be 1.30.1 also, right?

@tianon tianon dismissed their stale review March 7, 2025 19:18

noticed something

@Wylbur
Copy link
Contributor Author

Wylbur commented Mar 7, 2025

@tianon You are exactly right, great catch. Sorry about that!

Copy link

github-actions bot commented Mar 7, 2025

Diff for 6b81547:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 9f0331f..4dd67bd 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,12 +1,12 @@
 Maintainers: Mike Pirog <[email protected]> (@pirog), Geoff St. Pierre <[email protected]> (@serundeputy), Jen Lampton <[email protected]> (@jenlampton), Greg Netsas <[email protected]> (@klonos)
 GitRepo: https://github.com/backdrop-ops/backdrop-docker.git
 
-Tags: 1.30.0, 1.30, 1, 1.30.0-apache, 1.30-apache, 1-apache, apache, latest
+Tags: 1.30.1, 1.30, 1, 1.30.1-apache, 1.30-apache, 1-apache, apache, latest
 Architectures: amd64, arm64v8
-GitCommit: eec73e9b23f76ffc609be7cdaf27afeccdd91732
+GitCommit: 0f037348948190b7ce4f2e1afe67514818c5a9fc
 Directory: 1/apache
 
-Tags: 1.30.0-fpm, 1.30-fpm, 1-fpm, fpm
+Tags: 1.30.1-fpm, 1.30-fpm, 1-fpm, fpm
 Architectures: amd64, arm64v8
-GitCommit: eec73e9b23f76ffc609be7cdaf27afeccdd91732
+GitCommit: 0f037348948190b7ce4f2e1afe67514818c5a9fc
 Directory: 1/fpm
diff --git a/_bashbrew-list b/_bashbrew-list
index c5093b1..ebbdb2b 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -4,9 +4,9 @@ backdrop:1-fpm
 backdrop:1.30
 backdrop:1.30-apache
 backdrop:1.30-fpm
-backdrop:1.30.0
-backdrop:1.30.0-apache
-backdrop:1.30.0-fpm
+backdrop:1.30.1
+backdrop:1.30.1-apache
+backdrop:1.30.1-fpm
 backdrop:apache
 backdrop:fpm
 backdrop:latest
diff --git a/backdrop_fpm/Dockerfile b/backdrop_fpm/Dockerfile
index 0b47b86..e38233c 100644
--- a/backdrop_fpm/Dockerfile
+++ b/backdrop_fpm/Dockerfile
@@ -10,8 +10,8 @@ RUN apt-get update && apt-get install -y libzip-dev libonig-dev libpng-dev libjp
 WORKDIR /var/www/html
 
 # https://github.com/backdrop/backdrop/releases
-ENV BACKDROP_VERSION=1.30.0
-ENV BACKDROP_MD5=b4510de5df47fc277610f1eebceb7ac4
+ENV BACKDROP_VERSION=1.30.1
+ENV BACKDROP_MD5=8117080cf35711087376410f85a65646
 
 RUN curl -fSL "https://github.com/backdrop/backdrop/archive/${BACKDROP_VERSION}.tar.gz" -o backdrop.tar.gz \
 	&& echo "${BACKDROP_MD5} *backdrop.tar.gz" | md5sum -c - \
diff --git a/backdrop_latest/Dockerfile b/backdrop_latest/Dockerfile
index 5a55cd5..9341d83 100644
--- a/backdrop_latest/Dockerfile
+++ b/backdrop_latest/Dockerfile
@@ -12,8 +12,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends libzip-dev libo
 WORKDIR /var/www/html
 
 # https://github.com/backdrop/backdrop/releases
-ENV BACKDROP_VERSION=1.30.0
-ENV BACKDROP_MD5=b4510de5df47fc277610f1eebceb7ac4
+ENV BACKDROP_VERSION=1.30.1
+ENV BACKDROP_MD5=8117080cf35711087376410f85a65646
 
 RUN curl -fSL "https://github.com/backdrop/backdrop/archive/refs/tags/${BACKDROP_VERSION}.tar.gz" -o backdrop.tar.gz \
   && echo "${BACKDROP_MD5} *backdrop.tar.gz" | md5sum -c - \

Relevant Maintainers:

Copy link
Member

@tianon tianon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Glad we caught it 💪

@tianon tianon merged commit 8022193 into docker-library:master Mar 7, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants