You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UBI based images are required for deployments that run on OpenShift Container Platform (OCP).
440
+
441
+
To build these images:
442
+
```bash
443
+
UBI=1 make <image-name>
444
+
```
445
+
446
+
### Containers with RPM dependencies
447
+
448
+
There are two containers that have external dependencies which are installed at build time from OSV repositories:
449
+
* intel-idxd-config-initcontainer
450
+
* intel-gpu-levelzero
451
+
452
+
To build these containers, the build host has to be registered via `subscription-manager`. Typically the host OS has to be RHEL or some other RPM based Linux variant (e.g. Fedora).
453
+
454
+
```bash
455
+
UBI=1 BUILDER=podman make <image-name>
456
+
```
457
+
458
+
Docker doesn't support installing RPM packages with `subscription-manager`, so Podman needs to be used.
459
+
429
460
## Checklist for New Device Plugins
430
461
431
462
For new device plugins contributed to this repository, below is a
0 commit comments