-
Notifications
You must be signed in to change notification settings - Fork 569
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 Debain base to stretch (fix #129) #143
Conversation
Can we add the |
Sure. I planned to do this in a follow-up PR, but I can push it here if you prefer. |
Looks like the 32bit versions need the stretch update too 😉 |
Indeed. Would be great to have templates here btw. 😆 |
- `ghost`: 1.24.5 - `mariadb`: 10.1.34 - `mongo`: 4.0.0-rc6 - `php`: add `gpgconf --kill all` (docker-library/php#666) - `redis`: stretch (redis/docker-library-redis#143) - `redmine`: add back `imagemagick` (docker-library/redmine#121) - `rocket.chat`: 0.65.2
Why was the underlying distro updated from 8 to 9? This has caused breaking changes on our production system |
Because Jessie is no longer supported by the Debian Security Team, and we
didn't see a lot of breakage potential.
Can you explain more about how you're using Redis that's managed to break
with this update so we can try to reproduce?
|
We're running this in k8s with autoconfiguration of redis.conf in the entrypoint script. The ip of the container was retrieved using ifconfig output in debian 8:
ifconfig output in debian 9:
Note the missing |
The tag we're using is |
fixes #129