From 8c65ef2a0371128cec8019e0434780f6396eaffe Mon Sep 17 00:00:00 2001 From: Ericson Cepeda Date: Sun, 12 Apr 2015 12:34:17 -0500 Subject: [PATCH 1/3] Update Dockerfile phusion/baseimage --- base/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 9e464eb3..ebc4f76e 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,5 +1,8 @@ -FROM google/debian:wheezy +FROM phusion/baseimage:latest +CMD ["/sbin/my_init"] RUN apt-get update -y && apt-get install --no-install-recommends -y -q build-essential python2.7 python2.7-dev python-pip git RUN pip install -U pip RUN pip install virtualenv + +RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* From cf229d7e813088262079a3ae7f27f11c28421751 Mon Sep 17 00:00:00 2001 From: Ericson Cepeda Date: Sun, 12 Apr 2015 12:37:26 -0500 Subject: [PATCH 2/3] Update Dockerfile PicOrb image --- runtime/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/Dockerfile b/runtime/Dockerfile index 90523697..dc2deeb1 100644 --- a/runtime/Dockerfile +++ b/runtime/Dockerfile @@ -1,4 +1,4 @@ -FROM google/python +FROM picorb/python WORKDIR /app ONBUILD RUN virtualenv /env From 288eda746bc06c91692432802c60c48355eac482 Mon Sep 17 00:00:00 2001 From: Ericson Cepeda Date: Sun, 12 Apr 2015 12:37:52 -0500 Subject: [PATCH 3/3] Update Dockerfile PicOrb image --- hello/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello/Dockerfile b/hello/Dockerfile index acbdb568..fd8be1b3 100644 --- a/hello/Dockerfile +++ b/hello/Dockerfile @@ -1 +1 @@ -FROM google/python-runtime +FROM picorb/python-runtime