Skip to content

Comments

Add tiny docker-compose rebuild script#2039

Merged
rolandshoemaker merged 4 commits intomasterfrom
dc-refresh
Jul 13, 2016
Merged

Add tiny docker-compose rebuild script#2039
rolandshoemaker merged 4 commits intomasterfrom
dc-refresh

Conversation

@rolandshoemaker
Copy link
Contributor

For rebuilding when base images change, will also add some extra detail to README.md detailing when/why it should be used.

# stop any running boulder containers
docker-compose stop boulder
# rebuild anything that has changed since the last run
docker-compose build boulder
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this just be docker-compose build to future proof in case we introduce new buildable images?

@jsha
Copy link
Contributor

jsha commented Jul 11, 2016

Could you include the README updates in this diff. Also our comment style is generally Initial caps with a period. At least if the comment is a full sentence.

docker-compose stop
# Rebuild anything that has changed since the last run
docker-compose build
# Ff docker-compose run is used before using `up -d` docker will
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*If

@jsha
Copy link
Contributor

jsha commented Jul 13, 2016

LGTM

@cpu
Copy link
Contributor

cpu commented Jul 13, 2016

LGTM as well 🍹.

@cpu cpu added the r=ccppuu label Jul 13, 2016
@rolandshoemaker rolandshoemaker merged commit 8787c77 into master Jul 13, 2016
@aarongable aarongable deleted the dc-refresh branch January 19, 2022 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants