Skip to content

Releases: erkenes/docker-traefik

v4.0.0

20 Dec 22:45

Choose a tag to compare

The Docker Hardened Images (DHI) are now Generally available (GA)!

We all want to use secure images to minimize exposure to security vulnerabilities. For this reason, the standard Traefik image has been replaced by the DHI image.

You can use them by logging into the registry:

docker login -u YOUR_DOCKER_HUB_USERNAME

Use a personal access token as the password.

image

Read more in the docker blog: A Safer Container Ecosystem with Docker: Free Docker Hardened Images.

Migration

Pull the newest changes and change the ownership of the traefik directories to the UID and GID 65532.


What's Changed

  • feat!: use docker hardened image for traefik by @erkenes in #9

Full Changelog: 3.1.0...4.0.0

v3.1.0

06 Jun 19:45
71374d2

Choose a tag to compare

What's Changed

  • !!!feat: Improvements for traefik by @erkenes in #8
  • upgrade to traefik 3.4

Full Changelog: 3.0.0...3.1.0

v3.0.0

15 Sep 18:02

Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...3.0.0

Breaking-Changes:

  • Traefik-Service renamed from traefik-proxy to traefik
  • Network renamed from traefik-proxy to traefik
  • Changed the docker-proxy image
  • moved files from AppData/traefik-proxy to lib/traefik
  • remove local cert files
  • remove redis service (it was not used)
  • remove traefik-internal network
  • split services into own compose files
    • removes the docker-compose files

v1.0.0

05 Oct 21:50

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/erkenes/docker-traefik/commits/1.0.0