mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00

As a build optimization, allow usage of pre-created licenses. Together with usage of go mod vendor, the container build times are significantly shorter. Dockerfiles are generated from include-snippets on the fly. Signed-off-by: Ukri Niemimuukko <ukri.niemimuukko@intel.com>
9 lines
329 B
Docker
9 lines
329 B
Docker
#define _ENTRYPOINT_ /usr/local/bin/intel_qat_device_plugin
|
|
ARG CMD=qat_plugin
|
|
|
|
#include "default_plugin.docker"
|
|
|
|
LABEL name='intel-qat-plugin'
|
|
LABEL summary='Intel® QAT device plugin for Kubernetes'
|
|
LABEL description='The QAT plugin supports device plugin for Intel QAT adapters, and includes code showing deployment via DPDK'
|