mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-05 08:17:04 +00:00
Default language is ruby and we don't need that. The minimal environment is enough. Also, no su privileges are needed to run the build.
7 lines
127 B
YAML
7 lines
127 B
YAML
language: minimal
|
|
|
|
services:
|
|
- docker
|
|
|
|
script:
|
|
- docker build -t quay.io/kubernetes_incubator/node-feature-discovery .
|