-
-
Notifications
You must be signed in to change notification settings - Fork 48
fix: drop support for outdated operating systems #117
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
Conversation
On Ubuntu 16.04 the nginxinc.nginx roles fails with The repository 'https://nginx.org/packages/mainline/ubuntu xenial Release' does not have a Release file. Seems like it's time to drop support; same for Debian 9.
@josegonzalez This reduces the list of supported operating systems to the ones that we test here. |
Isn't Debian 9 Stable or something? I'm happy to drop upstream in the next release if we have good reasoning we can document :) |
Well, it seems the nginx repository has dropped it (just like ubuntu 16.04)
|
Can we conditionally include that recipe? I think nginx from the official repos is new enough for dokku now. |
Can you elaborate a bit on what you're suggesting here? |
Drop |
Sounds good; will do this in #122 In the meanwhile, I'll merge this with the new CI checks (keeping compatibility in the role back to Ubuntu 16.04 and Debian 9) since the failing checks are preventing pushes to ansible galaxy. |
On Ubuntu 16.04 the nginxinc.nginx roles fails with
The repository 'https://nginx.org/packages/mainline/ubuntu xenial Release' does not have a Release file.
Seems like it's time to drop support; same for Debian 9.
Fixes #123 since all checks will be working again.