lucaslorentz / caddy-docker-proxy

Caddy as a reverse proxy for Docker
MIT License
2.61k stars 163 forks source link

Container tag vs build version mismatch? 2.8-alpine reports v2.7.5 #561

Closed alex-kowalczyk closed 6 months ago

alex-kowalczyk commented 6 months ago

$ docker pull lucaslorentz/caddy-docker-proxy:2.8-alpine 2.8-alpine: Pulling from lucaslorentz/caddy-docker-proxy c158987b0551: Pull complete f21761f5d3df: Pull complete 5e1723edd1f7: Pull complete Digest: sha256:366f18780be148cd13fac6493ead9e3c3e333e659025170474ab71d2cd004a37 Status: Downloaded newer image for lucaslorentz/caddy-docker-proxy:2.8-alpine docker.io/lucaslorentz/caddy-docker-proxy:2.8-alpine

$ docker run lucaslorentz/caddy-docker-proxy:2.8-alpine version v2.7.5 h1:HoysvZkLcN2xJExEepaFHK92Qgs7xAiCFydN5x5Hs6Q=

francislavoie commented 6 months ago

Because that's the Caddy version, not the version of the CDP plugin. That's normal.

lucaslorentz commented 6 months ago

Will register this plugin as a caddy module, so we can check the plugin version using list-modules. More details in https://github.com/lucaslorentz/caddy-docker-proxy/pull/562