docker: updated to version 24.0.2, re-added missing docker-proxy

This commit is contained in:
Matt Housh 2023-06-03 16:08:49 -05:00
parent 0988376aa7
commit cd9171e600
3 changed files with 11 additions and 8 deletions

View File

@ -13,6 +13,7 @@ drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/docker-containerd -> containerd
lrwxrwxrwx root/root usr/bin/docker-containerd-ctr -> ctr
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/share/

View File

@ -1,9 +1,9 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34lQcy6nskE0L8DxoFD77zNzR18XPajDUDtO7q9hI/JOb+bIgILhAvmleBMnyqllOKfMHwsJUqqKikjHAQ5TkAg=
SHA256 (Pkgfile) = da7114e553306cb5492fc8f2b386fb792e9a95b43ae7bc3cc88e08a3cfc08b8e
SHA256 (.footprint) = 9b2b7a941e8d0cd921cff1c841e82db47818caf59a65618562b11bf9376028ef
SHA256 (moby-24.0.1.tar.gz) = cb8aa8ca7145cd8273b6eb2595ee5d7da2e97feec4b73936cb4ea8cbbe104028
SHA256 (cli-24.0.1.tar.gz) = f5916273959fb2df56424bb2c26d8b6feb9a148dd15eb400aedd5d3753e06959
SHA256 (docker-man-pages-24.0.1.tar.xz) = 95822d0b497df8a3820afb915ae4e5a3a2013e3a957b5dd9beae46d360c93036
RWSagIOpLGJF30IQkszwinetKU6aYN/1g/pLbO51VtFwOOtllJygJKxLzMMIAb7OqObuN0fuqcWOIiyApVzOCM4zausnO9Wozw4=
SHA256 (Pkgfile) = ff3a6948acab0dad4e90458aaab2f348ec610cbf1bb566add93ebd4d4d6a4c02
SHA256 (.footprint) = 0a5c52f8aa7ee6269051c13f72c39496a44fc3256d25c9507daa9053a9b7c2aa
SHA256 (moby-24.0.2.tar.gz) = f4bc7d7cc2ee3671371ae80fd624e61f0598e614b5c235012581f8ec1d593aa0
SHA256 (cli-24.0.2.tar.gz) = 632357aa58d7f5e16ce87dbd73641c5f65c25b6501e3917ac4f0ce553a01e0bc
SHA256 (docker-man-pages-24.0.2.tar.xz) = 9ab9a2dc9cc03badcf803ed8983b20f17799bb7c00b08893efb8ab49602885b3
SHA256 (docker.rc) = 258ff4d10d199b2b847df07d22eac04bb8bd749a10af29d67111e53a8b81a46c
SHA256 (docker.conf) = dd5ccd90bd1e8906d8ecf76dca062f8b4c837daeed765be155513dc34c2ee245

View File

@ -4,7 +4,7 @@
# Depends on: containerd runc btrfs-progs cgroupfs-mount
name=docker
version=24.0.1
version=24.0.2
release=1
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 \
@ -14,7 +14,7 @@ source=(https://github.com/moby/moby/archive/v${version}/moby-${version}.tar.gz
build() {
export GO111MODULE=auto
export GOPATH=$SRC
export DOCKER_GITCOMMIT=463850e
export DOCKER_GITCOMMIT=659604f
export DOCKER_BUILDTAGS='seccomp'
export DISABLE_WARN_OUTSIDE_CONTAINER=1
export CGO_CFLAGS="${CFLAGS}"
@ -42,6 +42,8 @@ build() {
install -D -m 0755 cli-$version/build/$name $PKG/usr/bin/$name
install -D -m 0755 moby-$version/bundles/dynbinary-daemon/dockerd \
$PKG/usr/bin/dockerd
install -D -m 0755 moby-$version/bundles/dynbinary-daemon/docker-proxy \
$PKG/usr/bin/docker-proxy
for M in 1 5 8; do
install -d -m 0755 $PKG/usr/share/man/man${M}