intel-device-plugins-for-ku.../build/docker/lib
Mikko Ylinen e02c480ab7 images: use buildkit again
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>
2023-12-08 08:01:22 +02:00
..
default_args.docker build: use stricter build flags 2023-11-09 10:40:46 +02:00
default_build.docker build: use stricter build flags 2023-11-09 10:40:46 +02:00
default_end.docker Allow usage of pre-created licenses and generate dockerfiles 2022-05-30 19:36:24 +03:00
default_header.docker Allow usage of pre-created licenses and generate dockerfiles 2022-05-30 19:36:24 +03:00
default_labels.docker Allow usage of pre-created licenses and generate dockerfiles 2022-05-30 19:36:24 +03:00
default_licenses.docker Allow usage of pre-created licenses and generate dockerfiles 2022-05-30 19:36:24 +03:00
default_plugin.docker Allow usage of pre-created licenses and generate dockerfiles 2022-05-30 19:36:24 +03:00
final_base.docker images: update OCP base image to ubi9-micro 2023-09-08 09:38:18 +03:00
golang_base.docker build: move to Go 1.21.x 2023-09-26 15:37:12 +03:00
license.docker Allow usage of pre-created licenses and generate dockerfiles 2022-05-30 19:36:24 +03:00
nfdhook_build.docker Allow usage of pre-created licenses and generate dockerfiles 2022-05-30 19:36:24 +03:00
nfdhook_end.docker images: use buildkit again 2023-12-08 08:01:22 +02:00
toybox_build.docker images: use buildkit again 2023-12-08 08:01:22 +02:00