mirror of
https://github.com/siderolabs/extensions.git
synced 2026-04-02 04:01:15 +02:00
Consolidate extension services to be self contained, don't pollute rootfs or mount up libraries from host unless absolutely needed. Fixes: #876 Fixes: https://github.com/siderolabs/talos/issues/12667 Signed-off-by: Noel Georgi <git@frezbo.dev>
13 lines
278 B
YAML
13 lines
278 B
YAML
name: test-extension
|
|
variant: scratch
|
|
shell: /bin/bash
|
|
{{ if ne .BUILD_ARG_TEST_STAGE "" }}
|
|
dependencies:
|
|
- stage: "{{ .BUILD_ARG_TEST_STAGE }}"
|
|
from: "/rootfs/usr/local/lib/containers/{{ .BUILD_ARG_TEST_STAGE }}"
|
|
to: /
|
|
{{ end }}
|
|
finalize:
|
|
- from: /
|
|
to: /
|