Skip to content

dobi a tool for automating docker tasks #31

@dnephin

Description

@dnephin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions