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>
6 lines
136 B
Docker
6 lines
136 B
Docker
#define expandedString(s) string(s)
|
|
#define string(s) #s
|
|
|
|
COPY --from=builder /install_root /
|
|
ENTRYPOINT [expandedString(_ENTRYPOINT_)]
|