Dirk Mueller
2da922fc4b
- Set default reg_path='registry.opensuse.org/kubevirt' - Add _constraints file with disk requirements - Drop CDI_VERSION env var since its not used during the build OBS-URL: https://build.opensuse.org/request/show/889151 OBS-URL: https://build.opensuse.org/package/show/Virtualization/containerized-data-importer?expand=0&rev=15
9 lines
153 B
Plaintext
9 lines
153 B
Plaintext
<constraints>
|
|
<!-- CDI needs larger disk for builds -->
|
|
<hardware>
|
|
<disk>
|
|
<size unit="G">6</size>
|
|
</disk>
|
|
</hardware>
|
|
</constraints>
|