forked from pool/buildah
- Package buildah v0.12. Buildah is a tool to build OCI images, and is used by podman-build. OBS-URL: https://build.opensuse.org/request/show/589926 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=1
21 lines
518 B
Plaintext
21 lines
518 B
Plaintext
<services>
|
|
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/projectatomic/buildah.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">buildah</param>
|
|
<param name="versionformat">git.%H</param>
|
|
<param name="revision">v0.12</param>
|
|
</service>
|
|
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">docker</param>
|
|
</service>
|
|
|
|
</services>
|