mirror of
https://github.com/siderolabs/extensions.git
synced 2026-05-05 20:26:10 +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>
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: /
|