summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Audrius Kažukauskas2020-04-14 18:37:20 +0200
committer Willy Sudiarto Raharjo2020-04-19 05:52:35 +0200
commitec8800961644518554d2a15e3209e4c5251f842a (patch)
tree915a53efb53f5e0ddc819c58b0de6ba6cdd14175 /system
parent01b9a419d158309551f83b9cdf46ec7dbf3ff435 (diff)
downloadslackbuilds-ec8800961644518554d2a15e3209e4c5251f842a.tar.gz
system/docker: Updated for version 19.03.8.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/docker/docker.SlackBuild20
-rw-r--r--system/docker/docker.info8
-rw-r--r--system/docker/slack-desc2
3 files changed, 15 insertions, 15 deletions
diff --git a/system/docker/docker.SlackBuild b/system/docker/docker.SlackBuild
index e3d9f77d49..7facf93ef6 100644
--- a/system/docker/docker.SlackBuild
+++ b/system/docker/docker.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for docker
# Copyright 2014-2015 Vincent Batts <vbatts@hashbangbash.com>
-# Copyright 2017-2019 Audrius Kažukauskas <audrius@neutrino.lt>
+# Copyright 2017-2020 Audrius Kažukauskas <audrius@neutrino.lt>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,8 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=docker
-VERSION=${VERSION:-18.09.2}
-GITHASH=${GITHASH:-6247962}
+VERSION=${VERSION:-19.03.8}
+GITHASH=${GITHASH:-afacb8b}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -73,19 +73,19 @@ cd components/engine
GOPATH=$TMP/$SRCNAM-$VERSION/build \
./hack/make.sh dynbinary
- install -D -m 0755 $(readlink -f bundles/latest/dynbinary-daemon/dockerd) \
+ install -D -m 0755 bundles/dynbinary-daemon/dockerd-$VERSION \
$PKG/usr/bin/dockerd
cd -
# Build CLI.
cd components/cli
-DISABLE_WARN_OUTSIDE_CONTAINER=1 \
-make dynbinary \
- GITCOMMIT=$GITHASH \
- VERSION=$(cat ../../VERSION) \
- GOPATH=$TMP/$SRCNAM-$VERSION/build
+ DISABLE_WARN_OUTSIDE_CONTAINER=1 \
+ make dynbinary \
+ GITCOMMIT=$GITHASH \
+ VERSION=$(cat ../../VERSION) \
+ GOPATH=$TMP/$SRCNAM-$VERSION/build
-install -D -m 0755 build/docker-linux-amd64 $PKG/usr/bin/docker
+ install -D -m 0755 build/docker-linux-amd64 $PKG/usr/bin/docker
cd -
# Integrate required components.
diff --git a/system/docker/docker.info b/system/docker/docker.info
index 111ee681c6..47886a157c 100644
--- a/system/docker/docker.info
+++ b/system/docker/docker.info
@@ -1,10 +1,10 @@
PRGNAM="docker"
-VERSION="18.09.2"
-HOMEPAGE="https://www.docker.com/products/docker-engine"
+VERSION="19.03.8"
+HOMEPAGE="https://www.docker.com/products/container-runtime"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/docker/docker-ce/archive/v18.09.2/docker-ce-18.09.2.tar.gz"
-MD5SUM_x86_64="8a67b2ebca0d3dbc0a268183b0990bd5"
+DOWNLOAD_x86_64="https://github.com/docker/docker-ce/archive/v19.03.8/docker-ce-19.03.8.tar.gz"
+MD5SUM_x86_64="529b9e0767146ba03b6fda5833b5e1f6"
REQUIRES="containerd docker-proxy tini"
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"
diff --git a/system/docker/slack-desc b/system/docker/slack-desc
index 896dd91d1c..f6794fc5af 100644
--- a/system/docker/slack-desc
+++ b/system/docker/slack-desc
@@ -14,6 +14,6 @@ docker: container that a developer builds and tests on a laptop can run at
docker: scale, in production, on VMs, bare metal, OpenStack clusters, public
docker: clouds and more.
docker:
-docker: Homepage: https://www.docker.com/products/docker-engine
+docker: Homepage: https://www.docker.com/products/container-runtime
docker:
docker: