forked from pool/distribution
* Pass `BUILDTAGS` argument to `go build`
* Enable Go build tags
* `reference`: replace deprecated function `SplitHostname`
* Dont parse errors as JSON unless Content-Type is set to JSON
* update to go 1.20.8
* Set `Content-Type` header in registry client `ReadFrom`
* deprecate reference package, migrate to
github.com/distribution/reference
* `digestset`: deprecate package in favor of `go-
digest/digestset`
* Do not close HTTP request body in HTTP handler
* Add v2.8.3 release notes
support (SD-106252)
- cleanups
- go back to golang 1.15 to fix the build for now
Make ipfilteredby optional
- enabled changesgenerate option to automatically generate changes
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distribution?expand=0&rev=19
18 lines
616 B
Plaintext
18 lines
616 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/docker/distribution.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="versionformat">2.8.3</param>
|
|
<param name="revision">v2.8.3</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">distribution-*.tar</param>
|
|
<param name="compression">zstd</param>
|
|
</service>
|
|
<service name="set_version" mode="manual">
|
|
<param name="basename">distribution</param>
|
|
</service>
|
|
</services>
|