Skip to content
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

Pi-hole Version Info at Bottom of GUI Pages #469

Closed
mxmartins opened this issue Jun 1, 2019 · 9 comments · Fixed by #478
Closed

Pi-hole Version Info at Bottom of GUI Pages #469

mxmartins opened this issue Jun 1, 2019 · 9 comments · Fixed by #478

Comments

@mxmartins
Copy link

I'm running Pi-hole in a Synology Docker container. I just updated Pi-hole to pull in the new FTL version (4.3.1).

I downloaded the latest Docker image and re-installed it. On the bottom of the Dashboard GUI page (and most other GUI pages), I see the following information which does not appear correct. Should it be displaying this information in this format?

Pi-hole Version vDev (HEAD, v4.3-0-g1d43c0a) Web Interface Version vDev (HEAD, v4.3-0-g44aff72) FTL Version v4.3.1

@dschaper dschaper transferred this issue from pi-hole/pi-hole Jun 1, 2019
@diginc
Copy link
Collaborator

diginc commented Jun 1, 2019

After pulling the latest image, make sure you've properly re-created your container with a full docker rm or docker-compose stop before running your docker with the latest image tag.

We can compare output of docker images | grep pihole to see what image hash you have and if it is the latest.

@pssonline
Copy link

Also seeing the above issue running Pi-hole in a docker on an unRaid box. Output is
pihole/pihole latest 07d7ef169eb9 13 hours ago 273MB

Not entirely sure how to resolve this as I've not changed any of the template or repository settings?

@mxmartins
Copy link
Author

mxmartins commented Jun 5, 2019

I’ve deleted the container multiple times, and made sure all data files in Docker were deleted. But I get the same problem…

Pi-hole Version vDev (HEAD, v4.3-0-g1d43c0a) Web Interface Version vDev (HEAD, v4.3-0-g44aff72) FTL Version v4.3.1

root@DiskStation:~# docker images | grep pihole

pihole/pihole latest 07d7ef169eb9 5 hours ago 273MB
pihole/pihole e4feea084a98 3 days ago 273MB
pihole/pihole 501ab5b47e04 2 weeks ago 304MB
pihole/pihole fafd90299bac 3 months ago 299MB

Can you please look at this output and tell me if something is not right? I’m using the Latest image from the Synology Docker registry. I’ve done updates before and never ran into this issue before. I’m not sure what is really going on.

@diginc
Copy link
Collaborator

diginc commented Jun 5, 2019

I confirmed this issue, it is because of the change in #454. I've attempted to resolve this by running a git tag fetch but it seems broken due to the shallow clone still. Will need to see what else can be done on the docker side, other wise maybe the web page can lookup the version the same way the command pihole version does, because that actually works.

@AzureMarker
Copy link

You could clone a few commits further than just one, which is what pi-hole/pi-hole#2738 did to solve a similar issue.

@pssonline
Copy link

Apologies for the completely non-savvy post but where are we with this please?

diginc added a commit that referenced this issue Jun 23, 2019
Resolves #469

Signed-off-by: Adam Hill <adam@diginc.us>
@diginc
Copy link
Collaborator

diginc commented Jun 23, 2019

The branch metadata had to be pulled in to fix, opening a PR to resolve now.

@mxmartins
Copy link
Author

mxmartins commented Jun 23, 2019 via email

@pssonline
Copy link

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants