containerized-data-importer/_constraints
Dirk Mueller 2da922fc4b Accepting request 889151 from home:vulyanov
- 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
2021-04-29 07:11:21 +00:00

9 lines
153 B
Plaintext

<constraints>
<!-- CDI needs larger disk for builds -->
<hardware>
<disk>
<size unit="G">6</size>
</disk>
</hardware>
</constraints>