Skip to content

Commit 8f8a226

Browse files
author
Matthew Fisher
committed
chore(builder): bump cedarish
1 parent 16003d9 commit 8f8a226

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

builder/image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

builder/image/bin/boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ done
6363
# see https://github.com/deis/deis/issues/1027
6464
if ! 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
6767
else
6868
echo "Cedarish already loaded"
6969
fi

0 commit comments

Comments
 (0)