Skip to content
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

Upgrade Traefik docker configurations to the latest Traefik version #4119

Closed
luzfcb opened this issue Jan 30, 2023 · 2 comments
Closed

Upgrade Traefik docker configurations to the latest Traefik version #4119

luzfcb opened this issue Jan 30, 2023 · 2 comments

Comments

@luzfcb
Copy link
Collaborator

luzfcb commented Jan 30, 2023

Currently, the Docker-based project is shipping with Traefik 2.2.11.
The latest version of Traefik is 2.9.6, but 3.0.0 is close to being released.

It would be good for us to update to the latest available version of Traefik.
The files that maybe should be updated are:

https://github.com/cookiecutter/cookiecutter-django/blob/master/%7B%7Bcookiecutter.project_slug%7D%7D/compose/production/traefik/Dockerfile

https://github.com/cookiecutter/cookiecutter-django/blob/master/%7B%7Bcookiecutter.project_slug%7D%7D/compose/production/traefik/traefik.yml

Perhaps to perform the update you only need to update the Traefik version in the Dockerfile, however, it would be good to check if we are using deprecated or no longer recommended API (where are the Traefik Release Notes?), since there were many releases between 2.2.11 and 2.9.6

https://doc.traefik.io/traefik/deprecation/releases/

https://doc.traefik.io/traefik/deprecation/features/

Question: Is there some kind of service like dependabot/pyup but to update versions in Dockerfile/docker-compose.yml? Which are?

@browniebroke
Copy link
Member

browniebroke commented Jan 30, 2023

Question: Is there some kind of service like dependabot/pyup but to update versions in Dockerfile/docker-compose.yml? Which are?

Dependabot supports Docker. The follow-up question is whether dependabot works with Dockerfile that include Jinja tags, or if it requiores a valid Dockerfile. It's not really an issue for Traefik, but would be nice it worked across the board...

@luzfcb
Copy link
Collaborator Author

luzfcb commented Jun 30, 2023

Fixed on #4124

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants