-
Notifications
You must be signed in to change notification settings - Fork 168
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
Bump image versions in docker compose #1828
Conversation
Signed-off-by: Hayden B <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1828 +/- ##
==========================================
- Coverage 66.40% 66.37% -0.03%
==========================================
Files 90 90
Lines 9057 9057
==========================================
- Hits 6014 6012 -2
- Misses 2309 2311 +2
Partials 734 734
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
docker-compose.yml
Outdated
@@ -31,7 +31,7 @@ services: | |||
retries: 3 | |||
start_period: 10s | |||
redis-server: | |||
image: docker.io/redis:6.2 | |||
image: docker.io/redis:7.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd leave this at v6 since this matches the version we use elsewhere
Signed-off-by: Hayden B <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we'll need to figure out a workaround for the harness tests. the DB upgrade in the last step wipes out all previous data from the container.
Trillian upgraded at HEAD, db_server has not |
Summary
Release Note
Documentation