mirror of
https://github.com/siderolabs/extensions.git
synced 2026-05-05 12:16:46 +02:00
Rework and cleanup the NVIDIA extensions so that it uses standard paths and is easier to maintain. Signed-off-by: Noel Georgi <git@frezbo.dev> (cherry picked from commit fdd02585f835159c1266f1b141f67423e3450d2a)
10 lines
222 B
YAML
10 lines
222 B
YAML
name: base
|
|
variant: scratch
|
|
shell: /bin/bash
|
|
dependencies:
|
|
- image: "{{ .BUILD_ARG_TOOLS_PREFIX }}/tools:{{ .BUILD_ARG_TOOLS }}"
|
|
- image: ghcr.io/siderolabs/extensions-validator:84cecb0
|
|
finalize:
|
|
- from: /
|
|
to: /
|