mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
6c3b19baf5
commit
4bbf8722e5
2 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue