Skip to content
This repository was archived by the owner on May 4, 2021. It is now read-only.
This repository was archived by the owner on May 4, 2021. It is now read-only.

add a label flag for the build command #348

Open
@kneal

Description

@kneal

Is your feature request related to a problem? Please describe.

Not related to a problem but looking for additional functionality from the makisu build command.

The Docker CLI and other utilities for building docker images often offer a --label flag to allow you to not only add labels via the label instruction within the Dockerfle but while building the image. This allows the user additional flexibility when adding labels to the image.

Describe the solution you'd like

It would be great if I could add a flag when doing makisu build -t myimage --label foo=bar . that allows me to add new labels that don't already exist within the Dockerfile.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

N/A

Additional context
Add any other context or screenshots about the feature request here.

N/A

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