ports/contrib (3.7): docker: added cli-plugins directory
commit 88710799b8fd75e71350009cea38ab9fa4a7bc43 Author: Matt Housh <jaeger@crux.ninja> Date: Mon Aug 21 13:46:05 2023 -0500 docker: added cli-plugins directory diff --git a/docker/.footprint b/docker/.footprint index 1c449b8b6..7ad6a910e 100644 --- a/docker/.footprint +++ b/docker/.footprint @@ -16,6 +16,9 @@ lrwxrwxrwx root/root usr/bin/docker-containerd-shim -> containerd-shim -rwxr-xr-x root/root usr/bin/docker-proxy lrwxrwxrwx root/root usr/bin/docker-runc -> runc -rwxr-xr-x root/root usr/bin/dockerd +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/docker/ +drwxr-xr-x root/root usr/lib/docker/cli-plugins/ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/docker/ -rwxr-xr-x root/root usr/share/docker/check-config.sh diff --git a/docker/.signature b/docker/.signature index 9457abbe7..a85d58fe6 100644 --- a/docker/.signature +++ b/docker/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF36xmeipUWNBow312IKyQPL2jd4TkAGJgTcga/001Jg6e+RQLn3J/Ltszz++veHlk7hECNAZ+t1HE6CtymeLklws= -SHA256 (Pkgfile) = 1199f6466fe975ce34910e154a53e681e3b628448aaa5bf43c5b3cba5a6f3919 -SHA256 (.footprint) = 0a5c52f8aa7ee6269051c13f72c39496a44fc3256d25c9507daa9053a9b7c2aa +RWSagIOpLGJF39o73E5KecpKuZZLjduwcqP0fbPuCemY6K4NSPlnVrBGoTjs7B/khN9n1JwEyYL7udOWIaTkeDjfoplxNCKhIwA= +SHA256 (Pkgfile) = 2731a5daf212b8c6dc489304f0db6983fd22a01a3ee7e844dadb61301ccff9fe +SHA256 (.footprint) = c8111b37e6914ff4ea18f27c1de11be08ffb19d45367e352e8dc2e80036a657e SHA256 (moby-24.0.5.tar.gz) = 837d7d667fb64508bf6e53cb5915b4b5ef356599294ffdd5ca8678168230cb38 SHA256 (cli-24.0.5.tar.gz) = fa32b5f3c2f85fba9ef6e1b5099a4b608fa20af45ba71b3da2194e8728037eec SHA256 (docker-man-pages-24.0.5.tar.xz) = 9fceca9e88d7969f788721b38ca787e667f342b2c1f7fc50530d8a812c5c2b9a diff --git a/docker/Pkgfile b/docker/Pkgfile index 1dc74a71f..178da4962 100644 --- a/docker/Pkgfile +++ b/docker/Pkgfile @@ -5,7 +5,7 @@ name=docker version=24.0.5 -release=1 +release=2 source=(https://github.com/moby/moby/archive/v${version}/moby-${version}.tar.gz \ https://github.com/docker/cli/archive/v${version}/cli-${version}.tar.gz \ http://jaeger.morpheus.net/linux/crux/files/$name-man-pages-$version.tar.xz \ @@ -66,4 +66,6 @@ build() { $PKG/etc/udev/rules.d/80-$name.rules install -D -m 0644 cli-$version/contrib/completion/bash/docker \ $PKG/etc/bash_completion.d/docker + + mkdir -p $PKG/usr/lib/docker/cli-plugins }
participants (1)
-
crux@crux.nu