-
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
Update redmine #16355
Merged
Merged
Update redmine #16355
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changes: - docker-library/redmine@51b7921: Update 5.1 to 5.1.2 - docker-library/redmine@a47825a: Update 5.0 to 5.0.8
Diff for 8e4a891:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 504cf53..0e0a595 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,22 +1,22 @@
Maintainers: Tianon Gravi <admwiggin@gmail.com> (@tianon), Joseph Ferguson <yosifkit@gmail.com> (@yosifkit)
GitRepo: https://github.com/docker-library/redmine.git
-Tags: 5.0.7, 5.0, 5.0.7-bookworm, 5.0-bookworm
+Tags: 5.0.8, 5.0, 5.0.8-bookworm, 5.0-bookworm
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 9f8737bd02cab294935e8ef8521ae51bfad9aee8
+GitCommit: a47825ab3251935beedb9d83ecdc80e78d1ccf28
Directory: 5.0/bookworm
-Tags: 5.0.7-alpine3.18, 5.0-alpine3.18, 5.0.7-alpine, 5.0-alpine
+Tags: 5.0.8-alpine3.18, 5.0-alpine3.18, 5.0.8-alpine, 5.0-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: d65c2af08af53ba1c68beca8b10ae59fa4e402d5
+GitCommit: a47825ab3251935beedb9d83ecdc80e78d1ccf28
Directory: 5.0/alpine3.18
-Tags: 5.1.1, 5.1, 5, latest, 5.1.1-bookworm, 5.1-bookworm, 5-bookworm, bookworm
+Tags: 5.1.2, 5.1, 5, latest, 5.1.2-bookworm, 5.1-bookworm, 5-bookworm, bookworm
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 9f8737bd02cab294935e8ef8521ae51bfad9aee8
+GitCommit: 51b7921366b46e2dd5a7f9629b933a3e7a68fdb1
Directory: 5.1/bookworm
-Tags: 5.1.1-alpine3.18, 5.1-alpine3.18, 5-alpine3.18, alpine3.18, 5.1.1-alpine, 5.1-alpine, 5-alpine, alpine
+Tags: 5.1.2-alpine3.18, 5.1-alpine3.18, 5-alpine3.18, alpine3.18, 5.1.2-alpine, 5.1-alpine, 5-alpine, alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 5b28bcaaca4e14c41564d43cf5e53b0a13b49155
+GitCommit: 51b7921366b46e2dd5a7f9629b933a3e7a68fdb1
Directory: 5.1/alpine3.18
diff --git a/_bashbrew-list b/_bashbrew-list
index e0f0f3d..e2d22d9 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,18 +6,18 @@ redmine:5.0
redmine:5.0-alpine
redmine:5.0-alpine3.18
redmine:5.0-bookworm
-redmine:5.0.7
-redmine:5.0.7-alpine
-redmine:5.0.7-alpine3.18
-redmine:5.0.7-bookworm
+redmine:5.0.8
+redmine:5.0.8-alpine
+redmine:5.0.8-alpine3.18
+redmine:5.0.8-bookworm
redmine:5.1
redmine:5.1-alpine
redmine:5.1-alpine3.18
redmine:5.1-bookworm
-redmine:5.1.1
-redmine:5.1.1-alpine
-redmine:5.1.1-alpine3.18
-redmine:5.1.1-bookworm
+redmine:5.1.2
+redmine:5.1.2-alpine
+redmine:5.1.2-alpine3.18
+redmine:5.1.2-bookworm
redmine:alpine
redmine:alpine3.18
redmine:bookworm
diff --git a/redmine_5.0-alpine/Dockerfile b/redmine_5.0-alpine/Dockerfile
index 16feebd..cc8b5af 100644
--- a/redmine_5.0-alpine/Dockerfile
+++ b/redmine_5.0-alpine/Dockerfile
@@ -46,9 +46,9 @@ RUN set -eux; \
chown redmine:redmine "$HOME"; \
chmod 1777 "$HOME"
-ENV REDMINE_VERSION 5.0.7
-ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases/redmine-5.0.7.tar.gz
-ENV REDMINE_DOWNLOAD_SHA256 f151fafb5baf309cb3192f81bda4736cf68f1bff759cebb0dcbd73a3d6175d71
+ENV REDMINE_VERSION 5.0.8
+ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases/redmine-5.0.8.tar.gz
+ENV REDMINE_DOWNLOAD_SHA256 1eda410840a21ab0f6965a378699a65588b6785db95eaf6494c6c9bc51b5bf6e
RUN set -eux; \
wget -O redmine.tar.gz "$REDMINE_DOWNLOAD_URL"; \
diff --git a/redmine_5.0-bookworm/Dockerfile b/redmine_5.0-bookworm/Dockerfile
index 61d882e..3774272 100644
--- a/redmine_5.0-bookworm/Dockerfile
+++ b/redmine_5.0-bookworm/Dockerfile
@@ -77,9 +77,9 @@ RUN set -eux; \
chown redmine:redmine "$HOME"; \
chmod 1777 "$HOME"
-ENV REDMINE_VERSION 5.0.7
-ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases/redmine-5.0.7.tar.gz
-ENV REDMINE_DOWNLOAD_SHA256 f151fafb5baf309cb3192f81bda4736cf68f1bff759cebb0dcbd73a3d6175d71
+ENV REDMINE_VERSION 5.0.8
+ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases/redmine-5.0.8.tar.gz
+ENV REDMINE_DOWNLOAD_SHA256 1eda410840a21ab0f6965a378699a65588b6785db95eaf6494c6c9bc51b5bf6e
RUN set -eux; \
# if we use wget here, we get certificate issues (https://github.com/docker-library/redmine/pull/249#issuecomment-984176479)
diff --git a/redmine_alpine/Dockerfile b/redmine_alpine/Dockerfile
index 9fc2e74..c6d74b2 100644
--- a/redmine_alpine/Dockerfile
+++ b/redmine_alpine/Dockerfile
@@ -46,9 +46,9 @@ RUN set -eux; \
chown redmine:redmine "$HOME"; \
chmod 1777 "$HOME"
-ENV REDMINE_VERSION 5.1.1
-ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases/redmine-5.1.1.tar.gz
-ENV REDMINE_DOWNLOAD_SHA256 edf3095746effd04ad5140681d618f5fa8d06be09c47b6f8b615dcad0b753e6e
+ENV REDMINE_VERSION 5.1.2
+ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases/redmine-5.1.2.tar.gz
+ENV REDMINE_DOWNLOAD_SHA256 26c0ca0a9aaee1ceb983825bf1266c99b0850bf013c178713f5a3b0080012123
RUN set -eux; \
wget -O redmine.tar.gz "$REDMINE_DOWNLOAD_URL"; \
diff --git a/redmine_bookworm/Dockerfile b/redmine_bookworm/Dockerfile
index 539e958..7153576 100644
--- a/redmine_bookworm/Dockerfile
+++ b/redmine_bookworm/Dockerfile
@@ -77,9 +77,9 @@ RUN set -eux; \
chown redmine:redmine "$HOME"; \
chmod 1777 "$HOME"
-ENV REDMINE_VERSION 5.1.1
-ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases/redmine-5.1.1.tar.gz
-ENV REDMINE_DOWNLOAD_SHA256 edf3095746effd04ad5140681d618f5fa8d06be09c47b6f8b615dcad0b753e6e
+ENV REDMINE_VERSION 5.1.2
+ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases/redmine-5.1.2.tar.gz
+ENV REDMINE_DOWNLOAD_SHA256 26c0ca0a9aaee1ceb983825bf1266c99b0850bf013c178713f5a3b0080012123
RUN set -eux; \
# if we use wget here, we get certificate issues (https://github.com/docker-library/redmine/pull/249#issuecomment-984176479) Relevant Maintainers: |
yosifkit
approved these changes
Mar 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes: