Skip to content

Commit 16003d9

Browse files
author
Matthew Fisher
committed
feat(builder): add cedarish/build target
1 parent b1fff20 commit 16003d9

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

builder/.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build

builder/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,8 @@ test-unit:
7272
test-functional:
7373
@docker history deis/test-etcd >/dev/null 2>&1 || docker pull deis/test-etcd:latest
7474
GOPATH=`cd ../tests/ && godep path`:$(GOPATH) go test -v ./tests/...
75+
76+
cedarish/build:
77+
mkdir -p build
78+
docker pull progrium/cedarish:latest
79+
docker save progrium/cedarish:latest | gzip -9 > build/progrium_cedarish_$(shell date "+%Y_%m_%d").tar.gz

0 commit comments

Comments
 (0)