-
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 #16867
Merged
Merged
Update redmine #16867
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@21de6f6: Merge pull request docker-library/redmine#332 from infosiftr/alpine - docker-library/redmine@c8dc403: Update Alpine versions
Diff for 329c259:diff --git a/_bashbrew-arches b/_bashbrew-arches
index bedcccb..3616e93 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -6,4 +6,5 @@ arm64v8
i386
mips64le
ppc64le
+riscv64
s390x
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 4bd9f0e..78ea96a 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -6,17 +6,27 @@ Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
GitCommit: 2ab2ec39c515e0f4ef96674751d1363161aa63d4
Directory: 5.0/bookworm
-Tags: 5.0.8-alpine3.18, 5.0-alpine3.18, 5.0.8-alpine, 5.0-alpine
+Tags: 5.0.8-alpine3.19, 5.0-alpine3.19
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: a47825ab3251935beedb9d83ecdc80e78d1ccf28
-Directory: 5.0/alpine3.18
+GitCommit: c8dc403ae41f19c6017daac7596bc14a6ae20207
+Directory: 5.0/alpine3.19
+
+Tags: 5.0.8-alpine3.20, 5.0-alpine3.20, 5.0.8-alpine, 5.0-alpine
+Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
+GitCommit: c8dc403ae41f19c6017daac7596bc14a6ae20207
+Directory: 5.0/alpine3.20
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: 2ab2ec39c515e0f4ef96674751d1363161aa63d4
Directory: 5.1/bookworm
-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
+Tags: 5.1.2-alpine3.19, 5.1-alpine3.19, 5-alpine3.19, alpine3.19
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 51b7921366b46e2dd5a7f9629b933a3e7a68fdb1
-Directory: 5.1/alpine3.18
+GitCommit: c8dc403ae41f19c6017daac7596bc14a6ae20207
+Directory: 5.1/alpine3.19
+
+Tags: 5.1.2-alpine3.20, 5.1-alpine3.20, 5-alpine3.20, alpine3.20, 5.1.2-alpine, 5.1-alpine, 5-alpine, alpine
+Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
+GitCommit: c8dc403ae41f19c6017daac7596bc14a6ae20207
+Directory: 5.1/alpine3.20
diff --git a/_bashbrew-list b/_bashbrew-list
index e2d22d9..b9e91f2 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,24 +1,30 @@
redmine:5
redmine:5-alpine
-redmine:5-alpine3.18
+redmine:5-alpine3.19
+redmine:5-alpine3.20
redmine:5-bookworm
redmine:5.0
redmine:5.0-alpine
-redmine:5.0-alpine3.18
+redmine:5.0-alpine3.19
+redmine:5.0-alpine3.20
redmine:5.0-bookworm
redmine:5.0.8
redmine:5.0.8-alpine
-redmine:5.0.8-alpine3.18
+redmine:5.0.8-alpine3.19
+redmine:5.0.8-alpine3.20
redmine:5.0.8-bookworm
redmine:5.1
redmine:5.1-alpine
-redmine:5.1-alpine3.18
+redmine:5.1-alpine3.19
+redmine:5.1-alpine3.20
redmine:5.1-bookworm
redmine:5.1.2
redmine:5.1.2-alpine
-redmine:5.1.2-alpine3.18
+redmine:5.1.2-alpine3.19
+redmine:5.1.2-alpine3.20
redmine:5.1.2-bookworm
redmine:alpine
-redmine:alpine3.18
+redmine:alpine3.19
+redmine:alpine3.20
redmine:bookworm
redmine:latest
diff --git a/redmine_5.0-alpine/Dockerfile b/redmine_5.0-alpine/Dockerfile
index cc8b5af..5822ec2 100644
--- a/redmine_5.0-alpine/Dockerfile
+++ b/redmine_5.0-alpine/Dockerfile
@@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
-FROM ruby:3.1-alpine3.18
+FROM ruby:3.1-alpine3.20
# explicitly set uid/gid to guarantee that it won't change in the future
# the values 999:999 are identical to the current user/group id assigned
diff --git a/redmine_5.0-alpine/Dockerfile b/redmine_5.0-alpine3.19/Dockerfile
similarity index 99%
copy from redmine_5.0-alpine/Dockerfile
copy to redmine_5.0-alpine3.19/Dockerfile
index cc8b5af..3f84574 100644
--- a/redmine_5.0-alpine/Dockerfile
+++ b/redmine_5.0-alpine3.19/Dockerfile
@@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
-FROM ruby:3.1-alpine3.18
+FROM ruby:3.1-alpine3.19
# explicitly set uid/gid to guarantee that it won't change in the future
# the values 999:999 are identical to the current user/group id assigned
diff --git a/redmine_5.0-alpine/docker-entrypoint.sh b/redmine_5.0-alpine3.19/docker-entrypoint.sh
similarity index 100%
copy from redmine_5.0-alpine/docker-entrypoint.sh
copy to redmine_5.0-alpine3.19/docker-entrypoint.sh
diff --git a/redmine_alpine/Dockerfile b/redmine_alpine/Dockerfile
index c6d74b2..09999d9 100644
--- a/redmine_alpine/Dockerfile
+++ b/redmine_alpine/Dockerfile
@@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
-FROM ruby:3.2-alpine3.18
+FROM ruby:3.2-alpine3.20
# explicitly set uid/gid to guarantee that it won't change in the future
# the values 999:999 are identical to the current user/group id assigned
diff --git a/redmine_alpine/Dockerfile b/redmine_alpine3.19/Dockerfile
similarity index 99%
copy from redmine_alpine/Dockerfile
copy to redmine_alpine3.19/Dockerfile
index c6d74b2..5694d9c 100644
--- a/redmine_alpine/Dockerfile
+++ b/redmine_alpine3.19/Dockerfile
@@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
-FROM ruby:3.2-alpine3.18
+FROM ruby:3.2-alpine3.19
# explicitly set uid/gid to guarantee that it won't change in the future
# the values 999:999 are identical to the current user/group id assigned
diff --git a/redmine_5.0-alpine/docker-entrypoint.sh b/redmine_alpine3.19/docker-entrypoint.sh
similarity index 100%
copy from redmine_5.0-alpine/docker-entrypoint.sh
copy to redmine_alpine3.19/docker-entrypoint.sh Relevant Maintainers: |
tianon
approved these changes
May 29, 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: