intel-device-plugins-for-ku.../build/docker/templates/intel-qat-plugin.Dockerfile.in
Ukri Niemimuukko 30d5a2a13b Allow usage of pre-created licenses and generate dockerfiles
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>
2022-05-30 19:36:24 +03:00

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'