diff options
Diffstat (limited to 'system/docker')
-rw-r--r-- | system/docker/docker.SlackBuild | 7 | ||||
-rw-r--r-- | system/docker/docker.info | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/system/docker/docker.SlackBuild b/system/docker/docker.SlackBuild index 33a623b45c..b34fd4f4f1 100644 --- a/system/docker/docker.SlackBuild +++ b/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 diff --git a/system/docker/docker.info b/system/docker/docker.info index 8a5e542464..ae219f1c21 100644 --- a/system/docker/docker.info +++ b/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" |