intel-device-plugins-for-ku.../build/docker/templates/intel-iaa-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

8 lines
307 B
Docker

#define _ENTRYPOINT_ /usr/local/bin/intel_iaa_device_plugin
ARG CMD=iaa_plugin
#include "default_plugin.docker"
LABEL name='intel-iaa-plugin'
LABEL summary='Intel® IAA device plugin for Kubernetes'
LABEL description='The IAA device plugin supports acceleration using the Intel Analytics accelerator(IAA)'