Skip to content

does the spec for build follow the docs #578

Open
@8de2fdb0

Description

@8de2fdb0

Based of the docs it seems build and image can be used together to use image as the image tag when runningdocker build. The JSON spec doesn't allow both values together, but the cli does it actually exactly as the docs say.

{
...
 "image": "my-devimage",
 "build": {
        "dockerfile": "Dockerfile",
    }
}

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