docker: added cli-plugins directory

This commit is contained in:
Matt Housh 2023-08-21 13:46:05 -05:00
parent 91d38b6606
commit 88710799b8
3 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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
}