gnu: skopeo: Migrate to /run/privileged/bin.

* gnu/packages/virtualization.scm (skopeo)[arguments]: Update privileged
program directory.

Change-Id: I8c5243bc99ed414e5bb7bd6b211eae9dc6d15e9f
This commit is contained in:
Tobias Geerinckx-Rice 2024-09-08 02:00:00 +02:00
parent 12bbc9ebff
commit 2cf45e9ef1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -2372,7 +2372,7 @@ Open Container Initiative (OCI) image layout and its tagged images.")
(wrap-program (string-append #$output "/bin/skopeo") (wrap-program (string-append #$output "/bin/skopeo")
`("PATH" suffix `("PATH" suffix
;; We need at least newuidmap, newgidmap and mount. ;; We need at least newuidmap, newgidmap and mount.
("/run/setuid-programs")))))))) ("/run/privileged/bin"))))))))
(home-page "https://github.com/containers/skopeo") (home-page "https://github.com/containers/skopeo")
(synopsis "Interact with container images and container image registries") (synopsis "Interact with container images and container image registries")
(description (description