From 9be10ac2d95b52bbf3a72de989bf9832a51d0228 Mon Sep 17 00:00:00 2001 From: Kload Date: Sun, 11 Aug 2013 13:37:47 +0200 Subject: [PATCH] Build image from Dockerfile instead of curl S3 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ce95c2731..03d1d75e5 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ GITRECEIVE_URL ?= https://raw.github.com/progrium/gitreceive/master/gitreceive SSHCOMMAND_URL ?= https://raw.github.com/progrium/sshcommand/master/sshcommand PLUGINHOOK_URL ?= https://s3.amazonaws.com/progrium-pluginhook/pluginhook_0.1.0_amd64.deb -STACK_URL ?= https://s3.amazonaws.com/progrium-dokku/progrium_buildstep.tgz +STACK_URL ?= github.com/progrium/buildstep all: dependencies stack install plugins @@ -40,7 +40,7 @@ aufs: lsmod | grep aufs || modprobe aufs || apt-get install -y linux-image-extra-`uname -r` stack: - @docker images | grep progrium/buildstep || curl ${STACK_URL} | gunzip -cd | docker import - progrium/buildstep + @docker images | grep progrium/buildstep || docker build -t progrium/buildstep ${STACK_URL} count: @echo "Core lines:"