spec icon indicating copy to clipboard operation
spec copied to clipboard

does the spec for `build` follow the docs

Open 8de2fdb0 opened this issue 8 months ago • 4 comments

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",
    }
}

8de2fdb0 avatar May 21 '25 06:05 8de2fdb0