-
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 #15746
Merged
Merged
Update redmine #15746
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@0fdd086: Merge pull request docker-library/redmine#304 from LaurentGoderre/v5.1 - docker-library/redmine@16d3e00: Add version 5.1.0 - docker-library/redmine@43ac7c9: Merge pull request docker-library/redmine#302 from LaurentGoderre/templating - docker-library/redmine@e57ff5c: Space cleanup; move fetch_package_list function call - docker-library/redmine@dce1e49: Added templating
Diff for 3fd323c:diff --git a/_bashbrew-arches b/_bashbrew-arches
index aed669a..bedcccb 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -4,5 +4,6 @@ arm32v6
arm32v7
arm64v8
i386
+mips64le
ppc64le
s390x
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 8d45700..d9e87f8 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,12 +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.6, 5.0, 5, latest, 5.0.6-bookworm, 5.0-bookworm, 5-bookworm, bookworm
-Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 329d3b89cc5ef11e7363f3eaff0f046e249aadee
-Directory: 5.0
+Tags: 5.0.6, 5.0, 5.0.6-bookworm, 5.0-bookworm
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
+GitCommit: dce1e4913a56091ef1ccd05d1e9df88fa75bce64
+Directory: 5.0/bookworm
-Tags: 5.0.6-alpine, 5.0-alpine, 5-alpine, alpine, 5.0.6-alpine3.18, 5.0-alpine3.18, 5-alpine3.18, alpine3.18
+Tags: 5.0.6-alpine3.18, 5.0-alpine3.18, 5.0.6-alpine, 5.0-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 329d3b89cc5ef11e7363f3eaff0f046e249aadee
-Directory: 5.0/alpine
+GitCommit: dce1e4913a56091ef1ccd05d1e9df88fa75bce64
+Directory: 5.0/alpine3.18
+
+Tags: 5.1.0, 5.1, 5, latest, 5.1.0-bookworm, 5.1-bookworm, 5-bookworm, bookworm
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
+GitCommit: 16d3e00e73ce4ab0173b931f04dce5117d696211
+Directory: 5.1/bookworm
+
+Tags: 5.1.0-alpine3.18, 5.1-alpine3.18, 5-alpine3.18, alpine3.18, 5.1.0-alpine, 5.1-alpine, 5-alpine, alpine
+Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: 16d3e00e73ce4ab0173b931f04dce5117d696211
+Directory: 5.1/alpine3.18
diff --git a/_bashbrew-list b/_bashbrew-list
index 7573f3b..76f2b80 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -10,6 +10,14 @@ redmine:5.0.6
redmine:5.0.6-alpine
redmine:5.0.6-alpine3.18
redmine:5.0.6-bookworm
+redmine:5.1
+redmine:5.1-alpine
+redmine:5.1-alpine3.18
+redmine:5.1-bookworm
+redmine:5.1.0
+redmine:5.1.0-alpine
+redmine:5.1.0-alpine3.18
+redmine:5.1.0-bookworm
redmine:alpine
redmine:alpine3.18
redmine:bookworm
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index abf7316..bbe01d5 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,2 +1,4 @@
+redmine:5.0-bookworm
+redmine:5.0-alpine
redmine:bookworm
-redmine:alpine3.18
+redmine:alpine
diff --git a/redmine_alpine3.18/Dockerfile b/redmine_5.0-alpine/Dockerfile
similarity index 97%
copy from redmine_alpine3.18/Dockerfile
copy to redmine_5.0-alpine/Dockerfile
index c893212..a2a0f11 100644
--- a/redmine_alpine3.18/Dockerfile
+++ b/redmine_5.0-alpine/Dockerfile
@@ -1,3 +1,9 @@
+#
+# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh"
+#
+# PLEASE DO NOT EDIT IT DIRECTLY.
+#
+
FROM ruby:3.1-alpine3.18
# explicitly set uid/gid to guarantee that it won't change in the future
diff --git a/redmine_alpine3.18/docker-entrypoint.sh b/redmine_5.0-alpine/docker-entrypoint.sh
similarity index 100%
copy from redmine_alpine3.18/docker-entrypoint.sh
copy to redmine_5.0-alpine/docker-entrypoint.sh
diff --git a/redmine_bookworm/Dockerfile b/redmine_5.0-bookworm/Dockerfile
similarity index 97%
copy from redmine_bookworm/Dockerfile
copy to redmine_5.0-bookworm/Dockerfile
index bcb84fc..a35e84a 100644
--- a/redmine_bookworm/Dockerfile
+++ b/redmine_5.0-bookworm/Dockerfile
@@ -1,3 +1,9 @@
+#
+# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh"
+#
+# PLEASE DO NOT EDIT IT DIRECTLY.
+#
+
FROM ruby:3.1-slim-bookworm
# explicitly set uid/gid to guarantee that it won't change in the future
diff --git a/redmine_bookworm/docker-entrypoint.sh b/redmine_5.0-bookworm/docker-entrypoint.sh
similarity index 100%
copy from redmine_bookworm/docker-entrypoint.sh
copy to redmine_5.0-bookworm/docker-entrypoint.sh
diff --git a/redmine_alpine3.18/Dockerfile b/redmine_alpine/Dockerfile
similarity index 94%
rename from redmine_alpine3.18/Dockerfile
rename to redmine_alpine/Dockerfile
index c893212..5f60b0e 100644
--- a/redmine_alpine3.18/Dockerfile
+++ b/redmine_alpine/Dockerfile
@@ -1,3 +1,9 @@
+#
+# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh"
+#
+# PLEASE DO NOT EDIT IT DIRECTLY.
+#
+
FROM ruby:3.1-alpine3.18
# explicitly set uid/gid to guarantee that it won't change in the future
@@ -40,9 +46,9 @@ RUN set -eux; \
chown redmine:redmine "$HOME"; \
chmod 1777 "$HOME"
-ENV REDMINE_VERSION 5.0.6
-ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases/redmine-5.0.6.tar.gz
-ENV REDMINE_DOWNLOAD_SHA256 488fe08f37a8eb1011415922a8ea743b7f38d8a7a5f8822950a34a375dcf08ee
+ENV REDMINE_VERSION 5.1.0
+ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases/redmine-5.1.0.tar.gz
+ENV REDMINE_DOWNLOAD_SHA256 a94d6ecde5a100a6271503fef154818212dac01cf5e45e37e2beb4059365ba93
RUN set -eux; \
wget -O redmine.tar.gz "$REDMINE_DOWNLOAD_URL"; \
diff --git a/redmine_alpine3.18/docker-entrypoint.sh b/redmine_alpine/docker-entrypoint.sh
similarity index 100%
rename from redmine_alpine3.18/docker-entrypoint.sh
rename to redmine_alpine/docker-entrypoint.sh
diff --git a/redmine_bookworm/Dockerfile b/redmine_bookworm/Dockerfile
index bcb84fc..f621a26 100644
--- a/redmine_bookworm/Dockerfile
+++ b/redmine_bookworm/Dockerfile
@@ -1,3 +1,9 @@
+#
+# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh"
+#
+# PLEASE DO NOT EDIT IT DIRECTLY.
+#
+
FROM ruby:3.1-slim-bookworm
# explicitly set uid/gid to guarantee that it won't change in the future
@@ -43,9 +49,9 @@ RUN set -eux; \
chown redmine:redmine "$HOME"; \
chmod 1777 "$HOME"
-ENV REDMINE_VERSION 5.0.6
-ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases/redmine-5.0.6.tar.gz
-ENV REDMINE_DOWNLOAD_SHA256 488fe08f37a8eb1011415922a8ea743b7f38d8a7a5f8822950a34a375dcf08ee
+ENV REDMINE_VERSION 5.1.0
+ENV REDMINE_DOWNLOAD_URL https://www.redmine.org/releases/redmine-5.1.0.tar.gz
+ENV REDMINE_DOWNLOAD_SHA256 a94d6ecde5a100a6271503fef154818212dac01cf5e45e37e2beb4059365ba93
RUN set -eux; \
# if we use wget here, we get certificate issues (https://github.com/docker-library/redmine/pull/249#issuecomment-984176479) Relevant Maintainers: |
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: