-
Notifications
You must be signed in to change notification settings - Fork 708
Updating NuGet and Docker versions to latest #5405
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
Changes from all commits
7a94de9
ab64a11
d52d38b
3f787f4
bacb3ae
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,7 @@ internal static class RedisContainerImageTags | |
| { | ||
| public const string Registry = "docker.io"; | ||
| public const string Image = "library/redis"; | ||
| public const string Tag = "7.2"; | ||
| public const string Tag = "7.4"; | ||
| public const string RedisCommanderRegistry = "docker.io"; | ||
| public const string RedisCommanderImage = "rediscommander/redis-commander"; | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Seems there are more recent drops of the Redis Commander image at https://github.com/joeferner/redis-commander/pkgs/container/redis-commander which is from the actual author. Perhaps we should consider changing to that registry? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sounds good to me, but I'd probably just separate that change so that it stays in main (9.0) only to get more bake time as this PR is going to get backported to 8.2. |
||
| public const string RedisCommanderTag = "latest"; | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.