-
Notifications
You must be signed in to change notification settings - Fork 606
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
-version
only reports main
#365
Comments
Hi. Are you referring to the Docker image, the released binaries, or both ? |
Oh, sorry, I didn't realize there was a distinction. The latest Docker image is where I see that behaviour. |
Good to go: [nduchon@host ~/docker-gen]$ docker pull nginxproxy/docker-gen
Using default tag: latest
latest: Pulling from nginxproxy/docker-gen
540db60ca938: Already exists
05cc5941cbf5: Pull complete
de05b943ba2b: Pull complete
Digest: sha256:f2fb29af1e69b008b07a76380dd2b97b7426108963102082bcb7980a47f3357c
Status: Downloaded newer image for nginxproxy/docker-gen:latest
docker.io/nginxproxy/docker-gen:latest
[nduchon@host ~/docker-gen]$ docker run --rm nginxproxy/docker-gen --version
0.7.7-8-g24bf161 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Topic says it all, really. The output of
version
is not terribly helpful, it could be improved by adding a version and optionally a build time/date.The text was updated successfully, but these errors were encountered: