system/docker: Updated for version 23.0.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2023-02-08 06:57:39 +09:00 committed by Willy Sudiarto Raharjo
parent 6c3b19baf5
commit 4bbf8722e5
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=docker
VERSION=${VERSION:-20.10.23}
GITHASH=${GITHASH:-6051f14}
VERSION=${VERSION:-23.0.0}
GITHASH=${GITHASH:-d7573ab}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -77,7 +77,7 @@ VERSION=$VERSION \
GOPATH=$TMP/$SRCNAM-$VERSION/build \
./hack/make.sh dynbinary
install -D -m 0755 bundles/dynbinary-daemon/dockerd-$VERSION \
install -D -m 0755 bundles/dynbinary-daemon/dockerd \
$PKG/usr/bin/dockerd
# Integrate required components.

View file

@ -1,10 +1,10 @@
PRGNAM="docker"
VERSION="20.10.23"
VERSION="23.0.0"
HOMEPAGE="https://www.docker.com/products/container-runtime"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/moby/moby/archive/v20.10.23/moby-20.10.23.tar.gz"
MD5SUM_x86_64="8d6af91abb68c0459001c4f98dd7ef63"
DOWNLOAD_x86_64="https://github.com/moby/moby/archive/v23.0.0/moby-23.0.0.tar.gz"
MD5SUM_x86_64="9b8566730b6899e7296bc08b6d938bc6"
REQUIRES="containerd docker-proxy tini"
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"