it-novum / openITCOCKPIT-ce-docker

Docker Container of the openITCOCKPIT Community Edition
https://docs.openitcockpit.io/en/installation/docker
MIT License
4 stars 1 forks source link

openitcockpit/victoria-metrics 4.6.9 and 4.6.10 not startup #6

Open KayRitzmann opened 7 months ago

KayRitzmann commented 7 months ago

run.sh runs in error:

unprocessed command-line args left: %s; the most likely reason is missing = between boolean flag name and value; see https://pkg.go.dev/flag#hdr-Command_line_flag_syntax

there was breaking change in issue: https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4845

Solution could be:

nook24 commented 7 months ago

Hi @KayRitzmann thanks for reporting this. I will take a look at this.

nook24 commented 7 months ago

I found the issue. openITCOCKPIT uses the official victoriametrics/victoria-metrics as base image. The ENTRYPOINT defined in the original image collided with our CMD command.

We have published a fixed version as nightly: openitcockpit/victoria-metrics:nightly and we are going to release a stable version soon as well.

nook24 commented 7 months ago

This has been resolved with version 4.7.0: https://hub.docker.com/r/openitcockpit/openitcockpit-ce/tags?page=1&name=4.7.0