* Fix docker build example for non-SLE hosts * Minor fixes to --help and README * Improve documentation when building with podman on non-SLE host * Add flag --log-credentials-errors * Add GitHub actions * Remove vendor/ dir * Cleanup tests * Update capture to the 1.0.0 release * Bump cli to 2.34.4 * Update cli to 2.23.5 * Add dependabot * Use URL.Redacted() to avoid security scanner warning * Regcode fix OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/container-suseconnect?expand=0&rev=10
19 lines
714 B
Plaintext
19 lines
714 B
Plaintext
<services>
|
|
<service mode="disabled" name="tar_scm">
|
|
<param name="url">https://github.com/SUSE/container-suseconnect.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">container-suseconnect</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="versionformat">2.4.0</param>
|
|
<param name="revision">v2.4.0</param>
|
|
</service>
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service mode="disabled" name="go_modules">
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
</services>
|