mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
![]() The Toybox images had two issues: 1. Distroless does not support /bin -> /usr/bin so we needed to create it manually to get /bin/bash for Toybox. However, with this Openshift image validation complains that we are touching the "base" image. 2. We could not use buildkit since it fails with /bin symlink copied over /bin directory from Distroless. The simple fix is just to move away from all /bin/sh and /bin/bash and use "/usr/bin/env bash" to resolve the path instead. This allows to keep /bin untouched. 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-xpumanager-sidecar.Dockerfile | ||
toybox-config-static | ||
toybox-config-ubi9-micro |