jrasell / sherpa

Sherpa is a highly available, fast, and flexible horizontal job scaling for HashiCorp Nomad. It is capable of running in a number of different modes to suit different requirements, and can scale based on Nomad resource metrics or external sources.
Mozilla Public License 2.0
163 stars 8 forks source link

Docker Hub wrong version - 0.4.0 #118

Closed arthur-leclerc closed 4 years ago

arthur-leclerc commented 4 years ago

Describe the bug

The latest version pushed on Docker Hub does not seem to be the right one.

The interface displays version 0.3.0 instead of 0.4.0 and the digest (a73972f6f7bd) is the same on the Docker Hub for both versions.

Build also show version 0.3.0.

Seem likes you forgot to bump up version in the Dockerfile.

To reproduce

docker run -it --rm -p 8000:8000 jrasell/sherpa:0.4.0 server --bind-addr 0.0.0.0 --ui

Hit http://127.0.0.1:8000/ui, version 0.3.0 is displayed.

Expected behavior

Sherpa at version 0.4.0.

jrasell commented 4 years ago

@arthur-leclerc thanks and sorry about this! This should now be resolved.