XR for Universal Blue and Fedora Atomic Desktops
vr fedora-atomic linux
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

envision-oci: use OCI image from registry

Signed-off-by: MatrixFurry <matrix@matrixfurry.com>

+2 -1
+2 -1
envision-oci/shim.nu
··· 9 9 use std log 10 10 11 11 const cmd = path self | path basename 12 + const image = "registry.gitlab.com/matrixfurry/xr-packages/xr-multi:latest" 12 13 13 14 def main --wrapped [...args] { 14 15 let args = $args | where ($it | is-not-empty) ··· 37 38 --workdir $workdir 38 39 --env=PWD=$workdir 39 40 --rm 40 - ] localhost/xr-multi:latest $cmd ...$args 41 + ] $image $cmd ...$args 41 42 }