Skip to content

Commit

Permalink
Pinned image for Traefik to use traefik:v1.7
Browse files Browse the repository at this point in the history
This resolves "command traefik error: field not found, node: redirect" errors that put Traefik into an endless restart loop.
See traefik/traefik#5119 for changes causing the BC break; this is a problem since Warden currently leverages the removed configuration settings in the TOML file that's generated and passed into the Traefik container.

Thanks to @magedevjosh for finding and reporting this issue!
  • Loading branch information
davidalger committed Sep 19, 2019
1 parent 1b49ece commit 102b740
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.1.9
===============

* Pinned image for Traefik to use `traefik:v1.7` imgae vs `traefik:latest` to resolve issues caused by Traefik 2.0 having breaking changes in the configuration API

0.1.8
===============

Expand Down
2 changes: 1 addition & 1 deletion commands/usage.help
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WARDEN_HEADER='

WARDEN_USAGE=$(cat <<EOF
${WARDEN_HEADER:1}
Warden version 0.1.8
Warden version 0.1.9
\033[33mUsage:\033[0m
command [options] [arguments]
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.5"
services:
traefik:
container_name: traefik
image: traefik
image: traefik:v1.7
command: |
--api
--docker
Expand Down

0 comments on commit 102b740

Please sign in to comment.