Icinga / docker-icinga2

Official Icinga 2 Docker images
GNU General Public License v2.0
66 stars 30 forks source link

icinga2 --version: Wrong version displayed #12

Closed N-o-X closed 4 years ago

N-o-X commented 4 years ago

Using the image icinga/icinga2:master, which should be based on https://github.com/Icinga/icinga2/commit/04704a49a408b1df9984a5f53a1d4029dc69f341, --version shows r2.12.0-rc1-1 but should be v2.12.0-rc1-52-g04704a49a (which is based on git describe):

[noah@noh-mb ~/docker-icinga ]$ docker-compose exec master-1 icinga2 --version
icinga2 - The Icinga 2 network monitoring daemon (version: r2.12.0-rc1-1)

Copyright (c) 2012-2020 Icinga GmbH (https://icinga.com/)
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl2.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

System information:
  Platform: Debian GNU/Linux
  Platform version: 10 (buster)
  Kernel: Linux
  Kernel version: 4.9.184-linuxkit
  Architecture: x86_64

Build information:
  Compiler: GNU 8.3.0
  Build host: 2fa768b72e8c
  OpenSSL version: OpenSSL 1.1.1d  10 Sep 2019
nilmerg commented 3 years ago

I experience the same issue with the master tag from 2 days ago. Seems still to be the case?