THe default entrypoint for this image is the thanos binary.
To test:
$ docker run cgr.dev/chainguard/thanos:latest
usage: thanos [<flags>] <command> [<args> ...]
A block storage based long-term storage for Prometheus.
Flags:
-h, --help Show context-sensitive help (also try --help-long and
--help-man).
--log.format=logfmt Log format to use. Possible options: logfmt or json.
--log.level=info Log filtering level.
--tracing.config=<content>
Alternative to 'tracing.config-file' flag
(mutually exclusive). Content of YAML file
with tracing configuration. See format details:
https://thanos.io/tip/thanos/tracing.md/#configuration
--tracing.config-file=<file-path>
Path to YAML file with tracing
configuration. See format details:
https://thanos.io/tip/thanos/tracing.md/#configuration
--version Show application version.
Commands:
help [<command>...]
Show help.
sidecar [<flags>]
Sidecar for Prometheus server.
store [<flags>]
Store node giving access to blocks in a bucket provider. Now supported GCS,
S3, Azure, Swift, Tencent COS and Aliyun OSS.
query [<flags>]
Query node exposing PromQL enabled Query API with data retrieved from
multiple store nodes.