Browse Source

system/docker: Updated for version 28.3.1.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
pull/303/head
Andrew Clemons 5 months ago
parent
commit
07c1758400
No known key found for this signature in database GPG Key ID: CD26380FFACBDA2B
  1. 7
      system/docker/docker.SlackBuild
  2. 8
      system/docker/docker.info

7
system/docker/docker.SlackBuild

@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=docker
VERSION=${VERSION:-27.2.0}
GITHASH=${GITHASH:-3ab5c7d}
VERSION=${VERSION:-28.3.1}
GITHASH=${GITHASH:-5beb93d}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -80,6 +80,9 @@ GOPATH="$(pwd)" \
install -D -m 0755 bundles/dynbinary-daemon/dockerd \
$PKG/usr/bin/dockerd
install -D -m 0755 bundles/dynbinary-daemon/docker-proxy \
$PKG/usr/bin/docker-proxy
# Integrate required components.
ln -s runc $PKG/usr/bin/docker-runc
ln -s containerd $PKG/usr/bin/docker-containerd

8
system/docker/docker.info

@ -1,10 +1,10 @@
PRGNAM="docker"
VERSION="27.2.0"
VERSION="28.3.1"
HOMEPAGE="https://www.docker.com/products/container-runtime"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/moby/moby/archive/v27.2.0/moby-27.2.0.tar.gz"
MD5SUM_x86_64="55b9b0fd232bd10dda3ce539e19d5a0c"
REQUIRES="containerd docker-proxy tini"
DOWNLOAD_x86_64="https://github.com/moby/moby/archive/v28.3.1/moby-28.3.1.tar.gz"
MD5SUM_x86_64="a019b5f1aeeacdbc0219445666b3ed78"
REQUIRES="containerd tini"
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"
Loading…
Cancel
Save