-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Conversation
This comment has been minimized.
This comment has been minimized.
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 |
There was a problem hiding this comment.
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 You are exactly right, great catch. Sorry about that! |
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:
|
There was a problem hiding this 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 💪
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!