Closed KayRitzmann closed 3 weeks ago
Hi @KayRitzmann thanks for reporting this. I will take a look at this.
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.
This has been resolved with version 4.7.0: https://hub.docker.com/r/openitcockpit/openitcockpit-ce/tags?page=1&name=4.7.0
I'm closing this as it got resolved with the release of openITCOCKPIT 4.7.0 and the current version is 4.8.2 :)
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_syntaxthere was breaking change in issue: https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4845
Solution could be:
Or use same approach in container with entry point and cmd