forked from pool/cadvisor
* build docker - add --provenance=false flag * Remove s390x support * Disable libipmctl in build * Ugrade base image to 1.22 and alpine 3.18 * fix type of C.malloc in cgo * Bump golang.org/x/net * Bump grpc * Update docker * Bump runc to v1.1.12 * Bump to bullseye * Bump golang to 1.22 * Remove section about canary image * Add note about WebUI auth * Remove mentions of accelerator from the docs * reduce_logs_for_kubelet_use_crio * upgrade actions/checkout and actions/setup-go and actions/upload-artifact * build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /cmd * add cadvisor and crio upstream changes * Avoid using container/podman in manager.go * container: skip checking for files in non-existent directories. * Adjust the log level of Initialize Plugins * add ignored device * fix: variable naming * build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /cmd * manager: require higher verbosity level for container info misses * Information should be logged on increased verbosity only * Running do mod tidy * Running go mod tidy * Running go mod tidy OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/cadvisor?expand=0&rev=10
18 lines
627 B
Plaintext
18 lines
627 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/google/cadvisor.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v0.49.1</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">cadvisor-*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service name="set_version" mode="manual">
|
|
<param name="basename">cadvisor</param>
|
|
</service>
|
|
</services>
|