Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Added make target to update Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
Clinton Blackburn authored and clintonb committed Mar 23, 2017
1 parent ecde8a9 commit 1d115cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: clone devstack.provision devstack.reset devstack.start devstack.stop help requirements validate
.PHONY: clone devstack.provision devstack.reset devstack.start devstack.stop help requirements update-images validate

backup-volumes: ## Backup all data volumes to the local host
docker run --rm --volumes-from edx.devstack.mysql -v $$(pwd)/.dev/backups:/backup debian:jessie tar zcvf /backup/mysql.tar.gz /var/lib/mysql
Expand Down Expand Up @@ -41,5 +41,8 @@ devstack.stop: ## Stop all services
requirements: ## Install requirements
pip install -r requirements.txt

update-images: ## Update the Docker images
docker-compose pull

validate: ## Validate the devstack configuration
docker-compose config

0 comments on commit 1d115cc

Please sign in to comment.