From e8e21de05b1b60bfc3157863fde8887900b4040e Mon Sep 17 00:00:00 2001 From: Christian Eikermann Date: Wed, 23 Dec 2015 22:50:11 +0100 Subject: [PATCH] Use gliderlabs/herokuish docker image Currently the project is using a self maintained herokuish container based on a self maintained heroku cedar14 image. gliderlabs/herokuish published a container image based on the official heroku cedar14 image. Maybe use them to reduce the maintenance, if this is possible --- Dockerfile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5f1c2b7..ed1e048 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,4 @@ -FROM progrium/cedarish:cedar14 - -RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.1/herokuish_0.3.1_linux_x86_64.tgz \ - --silent -L | tar -xzC /bin - -# install herokuish supported buildpacks and entrypoints -RUN /bin/herokuish buildpack install \ - && ln -s /bin/herokuish /build \ - && ln -s /bin/herokuish /start \ - && ln -s /bin/herokuish /exec +FROM gliderlabs/herokuish:latest # backwards compatibility ADD ./rootfs /