-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
examples: bump images version #263
base: master
Are you sure you want to change the base?
Conversation
Okey, that failed
Sounds like a hiccup with some docker api? |
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.
Thanks, see review about pining versions otherwise LGTM. Please squash your commits when changed on your side and set a commit message like "examples: bump images version" as they are all linked together in versioning anyway. Thanks!
- `traefik:2.10.4` -> `2.11.0` - `mariadb:10.5` -> `11.3.2` - `redis:4.0-alpine` -> `7.2.4-alpine` Updated the following examples: - `examples/compose` - `examples/nginx` - `examples/rdspamd` - `examples/traefik` Tested the `traefik` configuration with `anonaddy:1.0.8`. That's also the reason why I didn't bump the `nginx` image as I didn't test that example. I only updated the tested images.
I was under the impression github would have pr-squasing somewhere in the UI. Oh well. Anyways, it's squashed now.
Edit: Apparently it does:
|
@crazy-max anything missing here for a merge? |
Updated dependency containers (traefik, mariadb, redis):
traefik:2.10.4
->2.11.0
mariadb:10.5
->11.3.2
redis:4.0-alpine
->7.2.4-alpine
Tested the
traefik
configuration withanonaddy:1.0.8
.That's also the reason why I didn't bump nginx, as I didn't test that example.
I only updated the tested images.