Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull images included within compose service definitions prior to terr… #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

0xOI
Copy link
Contributor

@0xOI 0xOI commented Dec 6, 2018

Ensure all images included within constructed docker-compose command
are pulled in parallel prior to stand-up.

[OF6-1396]

@0xOI 0xOI force-pushed the add_image_prepull_terraform branch 2 times, most recently from b0c8c92 to faf34af Compare December 6, 2018 19:48
…aform

Ensure all images included within constructed `docker-compose` command
are pulled in parallel prior to stand-up.

[OF6-1396]
@0xOI 0xOI force-pushed the add_image_prepull_terraform branch from faf34af to d72de51 Compare December 6, 2018 21:16

pull_cmd="${pull_args[@]}"
docker exec $container_name bash -c "\
# change directory to temporary workspace
Copy link
Contributor Author

Choose a reason for hiding this comment

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

more reasonable comment here

docker exec $container_name bash -c "\
# change directory to temporary workspace
cd $tmp_workspace;
# pull compose service images
Copy link
Contributor Author

Choose a reason for hiding this comment

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

remove comment and convert to: cd $tmp_workspace && $pull_cmd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant