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

dobi a tool for automating docker tasks #31

Open
dnephin opened this issue Jun 29, 2017 · 0 comments
Open

dobi a tool for automating docker tasks #31

dnephin opened this issue Jun 29, 2017 · 0 comments

Comments

@dnephin
Copy link

dnephin commented Jun 29, 2017

Hello,

I'm following up on docker/cli#267 opened by @ebd2. You may be interested in dobi a project I've been working on to automate docker build tasks.

There's an example of building and tagging multiple images here: https://github.com/dnephin/dobi/blob/master/examples/tag-images/dobi.yaml

Using that example you could extend it with the following config to also push multiple images:

alias=push-images:
    tasks: ['app:push', 'db:push']
    description: "Push all the images"

Let me know if you have any questions or feedback about the project.

Feel free to close this issue at any time if you are not interested.

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

No branches or pull requests

1 participant