File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ RUN echo "%git ALL=(ALL:ALL) NOPASSWD:/home/git/builder" >> /etc/sudoers
4343
4444# HACK: import progrium/cedarish as a tarball
4545# see https://github.com/deis/deis/issues/1027
46- RUN curl -#SL -o /progrium_cedarish.tar \
47- https://s3-us-west-2.amazonaws.com/opdemand/progrium_cedarish_2014_10_01 .tar
46+ RUN curl -#SL -o /progrium_cedarish.tar.gz \
47+ https://s3-us-west-2.amazonaws.com/opdemand/progrium_cedarish_2014_12_15 .tar.gz
4848
4949# define the execution environment
5050# use VOLUME to remove /var/lib/docker from copy-on-write for performance
Original file line number Diff line number Diff line change 6363# see https://github.com/deis/deis/issues/1027
6464if ! docker history progrium/cedarish > /dev/null 2> /dev/null ; then
6565 echo " Loading cedarish..."
66- docker load -i /progrium_cedarish.tar
66+ gzip -dc /progrium_cedarish.tar.gz | docker load
6767else
6868 echo " Cedarish already loaded"
6969fi
You can’t perform that action at this time.
0 commit comments