summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Vincent Batts2014-12-15 00:38:01 +0100
committer Willy Sudiarto Raharjo2014-12-15 00:38:01 +0100
commitaeb3113f2a1e6096f240bb9bb4b3de8d31e5ef73 (patch)
tree2d28324b50d9eaacc0f8d1e1922d80bdba904c28
parent41109beaf44be788fe731fcf1918101d5a050108 (diff)
downloadslackbuilds-aeb3113f2a1e6096f240bb9bb4b3de8d31e5ef73.tar.gz
system/docker: Add note about requirement.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/docker/README2
-rw-r--r--system/docker/docker.info8
2 files changed, 6 insertions, 4 deletions
diff --git a/system/docker/README b/system/docker/README
index 7afec75678..d9c5e781b1 100644
--- a/system/docker/README
+++ b/system/docker/README
@@ -28,3 +28,5 @@ well, then append "swapaccount=1" to your kernel's parameters. This is often in
/etc/lilo.conf, on the "append" variable.
NOTE: google-go-lang is only needed at compile time - not needed for runtime.
+
+Docker doesn't support x86, only x86_64
diff --git a/system/docker/docker.info b/system/docker/docker.info
index fdcd39f72e..9039305b56 100644
--- a/system/docker/docker.info
+++ b/system/docker/docker.info
@@ -1,10 +1,10 @@
PRGNAM="docker"
VERSION="1.3.1"
HOMEPAGE="https://docker.io/"
-DOWNLOAD="https://github.com/docker/docker/archive/v1.3.1.tar.gz"
-MD5SUM="098c366f9c8eb82ba537b93eec66303e"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
+DOWNLOAD="UNSUPPORTED"
+MD5SUM=""
+DOWNLOAD_x86_64="https://github.com/docker/docker/archive/v1.3.1.tar.gz"
+MD5SUM_x86_64="098c366f9c8eb82ba537b93eec66303e"
REQUIRES="google-go-lang"
MAINTAINER="Vincent Batts"
EMAIL="vbatts@hashbangbash.com"