docker: updated to version 26.0.2

This commit is contained in:
Matt Housh 2024-04-19 15:43:10 -05:00
parent 2ca61699ad
commit b1d194cc05
Signed by: jaeger
GPG Key ID: F9DE89ED1BFADFD7
2 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,9 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3865o3im6WjwAK8XKxVpPAuLC1sx/o9yYbO5AOvZd3Bwj0pUJW8EZ84XDm27R+XQ3iSl6wkIbYTCUyp7ySMDYAM=
SHA256 (Pkgfile) = 344b41c6474ea0f9bc19bd2b8bac487b8f19be80caf5508b6882b00cae5948c7
RWSagIOpLGJF30XLWigS5nw2zX2OLAgBs6U6AwVEhyo0Y6wtTGvIytU+R35SeLrceaYbIAW/gqtO4juJ3GTk0eRKSAQX3AzT9g8=
SHA256 (Pkgfile) = b485c094bfabb476e6cf7d2af9449d2d1ef1a7f1851b77d32a5ad3eaf903e079
SHA256 (.footprint) = c8111b37e6914ff4ea18f27c1de11be08ffb19d45367e352e8dc2e80036a657e
SHA256 (moby-26.0.0.tar.gz) = fae1aabb63ed5cf6d302a5f4266ed092716b1cea9a974a9d61154ef31b03c302
SHA256 (cli-26.0.0.tar.gz) = 96ed5d7c33a12f505d13fa03fa48f94cb41cf871178df0df84aa0b76839ad321
SHA256 (docker-man-pages-26.0.0.tar.xz) = 7ac870113906d8af00d80d8ea8b01cd2c29d4ff1818ef7e4c5b8b8c1a7e908df
SHA256 (moby-26.0.2.tar.gz) = f1cf6a2e69607daa0e2ae9b5be752dc269ab30dee16f5f2180f7ff7f29270606
SHA256 (cli-26.0.2.tar.gz) = b047e180c94452b4375f7e43997286e5a5712e66b1280574974b2e117b4e43bd
SHA256 (docker-man-pages-26.0.2.tar.xz) = 2486e1e11a6e8c2eb57cce4ec5975b7a30f8dff4387dc00346dac09f03fb9a90
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=26.0.0
version=26.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=548f37a
export DOCKER_GITCOMMIT=7cef0d9
export DOCKER_BUILDTAGS='seccomp'
export DISABLE_WARN_OUTSIDE_CONTAINER=1
export CGO_CFLAGS="${CFLAGS}"