summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJessie Frazelle <jfrazelle@users.noreply.github.com>2015-03-17 14:49:24 -0700
committerJessie Frazelle <jfrazelle@users.noreply.github.com>2015-03-17 14:49:24 -0700
commit8e6d0107df333c29f736e69442a81ed001a41073 (patch)
tree9a2bbb0823926e3fadfc2261d0b121224128a670
parentf42acd070afeefd630952c69fafa58f0121797fb (diff)
parent6c492a2d05cc59d79d03c2015b8ed8140d44b343 (diff)
downloaddocker-8e6d0107df333c29f736e69442a81ed001a41073.tar.gz
Merge pull request #11431 from jfrazelle/update-docs-image-on-make
Update docs/base in makefile docs-build.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1c71e00fad..36ed8fcb55 100644
--- a/Makefile
+++ b/Makefile
@@ -91,6 +91,7 @@ docs-build:
echo "$(GIT_BRANCH)" > docs/GIT_BRANCH
# echo "$(AWS_S3_BUCKET)" > docs/AWS_S3_BUCKET
echo "$(GITCOMMIT)" > docs/GITCOMMIT
+ docker pull docs/base
docker build -t "$(DOCKER_DOCS_IMAGE)" docs
bundles: