mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
![]() Our *.Dockefile's allow builders to specify FINAL_BASE base image to which static binaries are copied for the final image. Initcontainers install toybox with a minimum set of "coreutils" needed but with some final base images the minimum set can be even smaller since they may already have /bin/sh, ls etc. installed. Make initcontainers to have base image specific toybox-config. For now, "static" for distroles/static and "ubi8-micro" for UBI base image configs are created. At the same time, move the toybox build to "usrmerge" based setup where everything is installed to /usr/bin and /bin is a symlink to /usr/bin. buildkit does not seem to like it so disable buildkit usage for now. Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com> |
||
---|---|---|
.. | ||
lib | ||
templates | ||
build-image.sh | ||
intel-deviceplugin-operator.Dockerfile | ||
intel-dlb-initcontainer.Dockerfile | ||
intel-dlb-plugin.Dockerfile | ||
intel-dsa-plugin.Dockerfile | ||
intel-fpga-admissionwebhook.Dockerfile | ||
intel-fpga-initcontainer.Dockerfile | ||
intel-fpga-plugin.Dockerfile | ||
intel-gpu-fakedev.Dockerfile | ||
intel-gpu-initcontainer.Dockerfile | ||
intel-gpu-plugin.Dockerfile | ||
intel-iaa-plugin.Dockerfile | ||
intel-idxd-config-initcontainer.Dockerfile | ||
intel-qat-initcontainer.Dockerfile | ||
intel-qat-plugin-kerneldrv.Dockerfile | ||
intel-qat-plugin.Dockerfile | ||
intel-sgx-admissionwebhook.Dockerfile | ||
intel-sgx-initcontainer.Dockerfile | ||
intel-sgx-plugin.Dockerfile | ||
intel-vpu-plugin.Dockerfile | ||
intel-xpumanager-sidecar.Dockerfile | ||
toybox-config-static | ||
toybox-config-ubi9-micro |