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 Backdrop CMS Docker image to latest release of Backdrop CMS … #18248

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

Wylbur
Copy link
Contributor

@Wylbur Wylbur commented Jan 16, 2025

…1.30.0

Latest backdrop release 1.30.0
/~https://github.com/backdrop/backdrop/releases/tag/1.30.0

Latest commit to the backdrop-docker repo
/~https://github.com/backdrop-ops/backdrop-docker/commits/master

Reach out if we missed anything, and thanks!

@Wylbur Wylbur requested a review from a team as a code owner January 16, 2025 04:07
Copy link

Diff for 06cba7d:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 94ec4a6..9f0331f 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,12 +1,12 @@
 Maintainers: Mike Pirog <mike@kalabox.io> (@pirog), Geoff St. Pierre <serundeputy@gmail.com> (@serundeputy), Jen Lampton <jen+docker@jeneration.com> (@jenlampton), Greg Netsas <greg@userfriendly.tech> (@klonos)
 GitRepo: /~https://github.com/backdrop-ops/backdrop-docker.git
 
-Tags: 1.29.3, 1.29, 1, 1.29.3-apache, 1.29-apache, 1-apache, apache, latest
+Tags: 1.30.0, 1.30, 1, 1.30.0-apache, 1.30-apache, 1-apache, apache, latest
 Architectures: amd64, arm64v8
-GitCommit: 65dad6f2ee2a86b28b14d9dbf1578c62018cd681
+GitCommit: eec73e9b23f76ffc609be7cdaf27afeccdd91732
 Directory: 1/apache
 
-Tags: 1.29.3-fpm, 1.29-fpm, 1-fpm, fpm
+Tags: 1.30.0-fpm, 1.30-fpm, 1-fpm, fpm
 Architectures: amd64, arm64v8
-GitCommit: 65dad6f2ee2a86b28b14d9dbf1578c62018cd681
+GitCommit: eec73e9b23f76ffc609be7cdaf27afeccdd91732
 Directory: 1/fpm
diff --git a/_bashbrew-list b/_bashbrew-list
index 882daa5..c5093b1 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,12 +1,12 @@
 backdrop:1
 backdrop:1-apache
 backdrop:1-fpm
-backdrop:1.29
-backdrop:1.29-apache
-backdrop:1.29-fpm
-backdrop:1.29.3
-backdrop:1.29.3-apache
-backdrop:1.29.3-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:apache
 backdrop:fpm
 backdrop:latest
diff --git a/backdrop_fpm/Dockerfile b/backdrop_fpm/Dockerfile
index c472d05..0b47b86 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.29.3
-ENV BACKDROP_MD5=edaca7afb7adf3785a97002ea5183407
+ENV BACKDROP_VERSION=1.30.0
+ENV BACKDROP_MD5=b4510de5df47fc277610f1eebceb7ac4
 
 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 3282704..5a55cd5 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.29.3
-ENV BACKDROP_MD5=edaca7afb7adf3785a97002ea5183407
+ENV BACKDROP_VERSION=1.30.0
+ENV BACKDROP_MD5=b4510de5df47fc277610f1eebceb7ac4
 
 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:

@tianon tianon merged commit e15585d into docker-library:master Jan 16, 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